Jan Djärv
255e4140a7
* gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
...
x-use-old-gtk-file-dialog.
* xfns.c: Define x_use_old_gtk_file_dialog.
(syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it
outside ifdef USE_GTK.
2004-11-23 19:56:55 +00:00
Jan Djärv
6f8a274229
* mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
...
and x-server-version may throw.
2004-11-23 19:22:43 +00:00
Richard M. Stallman
5f11b513c8
Comment change.
2004-11-23 16:41:27 +00:00
Kim F. Storm
d9f043554d
(substitute-key-definition-key): Optimize. Don't
...
call indirect-function for nil defn (always signals error).
2004-11-23 15:23:57 +00:00
Kim F. Storm
92c8c0ce0b
*** empty log message ***
2004-11-23 15:23:35 +00:00
Kim F. Storm
b3da0db521
(ido-read-internal): Fix require-match check when
...
ido-directory-too-big is set.
2004-11-23 15:18:16 +00:00
Kim F. Storm
14ed2ad654
*** empty log message ***
2004-11-23 15:17:54 +00:00
Jay Belanger
298a667cdf
*** empty log message ***
2004-11-23 06:18:51 +00:00
Jay Belanger
c4446fc2e9
(math-read-exprs): Filter input through math-read-preprocess-string.
2004-11-23 05:58:20 +00:00
Jay Belanger
66c2cf664e
(math-read-replacement-list, math-read-superscripts): New variables.
...
(math-read-preprocess-string): New function.
(math-read-expr): Filter input through math-read-preprocess-string.
2004-11-23 05:56:40 +00:00
Stefan Monnier
5e92b1caaf
(ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
...
Don't use XFASTINT blindly.
2004-11-23 05:21:31 +00:00
Stefan Monnier
8fe48a6f12
(RE_TRANSLATE_P): Don't use XFASTINT blindly.
2004-11-23 05:20:49 +00:00
Stefan Monnier
2ca8b6c2c3
(skip_invisible): Avoid non-idempotent side-effects in macro arguments.
2004-11-23 05:19:17 +00:00
Stefan Monnier
38cbfed434
(Flookup_key): Check INTEGERP before XINT.
2004-11-23 05:08:09 +00:00
Stefan Monnier
8bc285a288
(oblookup): Don't use XFASTINT blindly.
2004-11-23 05:06:56 +00:00
Stefan Monnier
0f8fe9a26f
(Fset_window_scroll_bars): Don't use XINT if it isn't int.
...
(decode_next_window_args, window_loop): Don't use XFASTINT blindly.
2004-11-23 05:05:34 +00:00
Kim F. Storm
e6fb381c3e
* dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
...
(MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
2004-11-23 00:51:55 +00:00
Kim F. Storm
4d7211144f
*** empty log message ***
2004-11-23 00:51:35 +00:00
Daniel Pfeiffer
12221c849b
(compilation-start): In cd command use substitute-env-vars -- not quite shell compatible but better than nothing.
...
(compilation-error-regexp-alist-alist): Simplify ftnchek to only handle the newer versions messages, which are more parseable.
2004-11-22 23:31:28 +00:00
Daniel Pfeiffer
8fc464b6e1
*** empty log message ***
2004-11-22 23:30:19 +00:00
Kim F. Storm
26a5d4404c
(update_window_fringes): Show top row indicator if
...
window has header-line. Don't show arrow at bob and eob
if the boundary indicators are not used.
(Fset_fringe_bitmap_face): Signal error in lookup_named_face.
2004-11-22 23:26:36 +00:00
Kim F. Storm
1c395ea72d
(lookup_named_face): Fix prototype.
2004-11-22 23:26:26 +00:00
Kim F. Storm
c49a049515
(set_window_buffer): Clear display_error_modiff.
2004-11-22 23:26:13 +00:00
Kim F. Storm
ff7d52cda4
(handle_single_display_prop): Don't signal error in
...
lookup_named_face for unknown fringe face name.
(highlight_trailing_whitespace): Don't signal error in
lookup_named_face if trailing-whitespace face unknown.
(calc_line_height_property): Don't signal error in
lookup_named_face if specified face name is unknown.
2004-11-22 23:26:02 +00:00
Kim F. Storm
2272e96769
(lookup_named_face): Add signal_p arg. Return -1 if
...
signal_p is zero and face name is unknown.
(Fx_list_fonts): Don't signal error in lookup_named_face.
(Fface_font): Signal error in lookup_named_face.
(ascii_face_of_lisp_face): Likewise.
2004-11-22 23:25:49 +00:00
Kim F. Storm
11e0be49d8
*** empty log message ***
2004-11-22 23:25:11 +00:00
Daniel Pfeiffer
7e8424e28d
ftnchek only current style messages
2004-11-22 23:17:26 +00:00
Luc Teirlinck
0cb23e1dbd
(Regexps): Fix typo.
2004-11-22 21:13:58 +00:00
Stefan Monnier
ea78522d4c
(reveal-mode-map): New var.
...
(reveal-mode): Use it.
2004-11-22 20:52:10 +00:00
Stefan Monnier
49561cf61f
*** empty log message ***
2004-11-22 20:38:40 +00:00
Stefan Monnier
194d3b1546
Ignore everything. It's OK since .cvsignore does
...
not apply to files explicitly `cvs add'ed.
2004-11-22 20:28:48 +00:00
Stefan Monnier
d61c212b34
(gnus-summary-exit): Remove redundant and harmful
...
pop-to-buffer, covered by the subsequent gnus-configure-windows.
2004-11-22 20:24:59 +00:00
Nick Roberts
7c511b96e0
(gdb-flush-pending-output): New variable.
...
(gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
2004-11-22 20:08:26 +00:00
Nick Roberts
47924ad550
*** empty log message ***
2004-11-22 20:07:46 +00:00
Richard M. Stallman
1668b45617
(dired-recursive-copies): Moved to dired.el.
2004-11-22 16:56:34 +00:00
Richard M. Stallman
fe02ba0764
(dired-recursive-copies): Moved from dired-aux.el.
2004-11-22 16:53:41 +00:00
Stefan Monnier
5e684428e0
(list-buffers-noselect): Use fixed-pitch only in the header-line.
...
Re-add the leading space in the header-line when needed.
Build the underline automatically. Use emdash if available.
2004-11-22 15:12:09 +00:00
Kim F. Storm
a208b89cce
(update_window_fringes): Provide sensible fall-back
...
value for non-nil indicate-buffer-boundaries setting.
2004-11-22 14:26:23 +00:00
Kim F. Storm
0960a58284
*** empty log message ***
2004-11-22 14:20:25 +00:00
Stefan Monnier
19cfd74626
*** empty log message ***
2004-11-22 13:17:56 +00:00
Kim F. Storm
77c99c7ff5
Cleanup.
2004-11-22 10:12:13 +00:00
Nick Roberts
cc615d5a02
(gdb-resync): New function.
...
(gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
(gdb-frame-begin, gdb-stopped, gdb-post-prompt):
Use it to fail more gracefully.
(gdb-variables): Delete variable.
Re-order variables to reduce byte-compiler warnings.
2004-11-22 09:44:23 +00:00
Nick Roberts
771aad8e44
*** empty log message ***
2004-11-22 09:43:44 +00:00
Markus Rost
b0e9bb2895
(Fminibuffer_complete_and_exit): Fix previous change.
2004-11-22 06:43:11 +00:00
Stefan Monnier
d8ac3d271c
(syntax-after): Undo last change.
2004-11-22 06:00:51 +00:00
Stefan Monnier
abe0aa3e2a
(run-python): Don't hard code *Python*. Don't modify process-environment.
...
(python-send-region, python-load-file): Don't assume that
python-buffer == (process-buffer (python-proc)).
(python-switch-to-python): Simplify.
2004-11-22 05:52:39 +00:00
Jay Belanger
8dd989f6fc
*** empty log message ***
2004-11-22 05:28:44 +00:00
Stefan Monnier
d0bce91e9c
(Fdefvar): Warn when var is let-bound but globally void.
2004-11-22 05:26:50 +00:00
Stefan Monnier
87ae59e368
(dired-align-file): Don't assume line starts with spaces.
2004-11-22 05:07:07 +00:00
Jay Belanger
8cd2540e17
(math-read-big-lines): New variable.
...
(math-read-big-rec, math-read-big-char, math-read-big-emptyp)
(math-read-big-error, math-read-big-balance): Replace variable
lines by declared variable.
(math-read-big-baseline, math-read-big-h2): New variables.
(math-read-big-rec): Replace variables the-baseline and the-h2
by declared variables.
(math-read-big-rec): Fix typo.
(math-read-big-balance): Replace unbound variable by value.
(math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
(math-read-big-rec, math-read-big-char, math-read-big-emptyp)
(math-read-big-balance): Replace variables h1, h2, v1 and v2 by
declared variables.
(math-read-big-err-msg): New variable.
(math-read-big-error): Replace variable err-msg by declared variable.
2004-11-22 04:53:51 +00:00