Richard M. Stallman
64d18e8f14
(recover-this-file): New function.
...
(after-find-file): Recommend recover-this-file.
2002-08-15 20:08:24 +00:00
Carsten Dominik
70c06e3955
(reftex-mode): Moved creation of special syntax tables to top-level.
2002-08-15 11:28:50 +00:00
Carsten Dominik
36c85b42c4
*** empty log message ***
2002-08-15 11:27:45 +00:00
Stefan Monnier
b995cc8864
*** empty log message ***
2002-08-15 01:43:56 +00:00
Stefan Monnier
26f194777a
(locate-library): Use locate-file(-completion).
...
(help-split-fundoc): Tighten the regexp and recognize a usage-info
where the function name is `fn'.
(help-function-arglist): Follow aliases and macros.
(describe-function-1): Use keymapp.
If the docstring contains a usage info, use it even if the function is
not a subroutine. Find usage info in aliases' docstring if necessary.
(describe-variable): Get the value before setting up the *Help* buffer.
2002-08-15 01:38:45 +00:00
Stefan Monnier
5ddfa187e9
(easy-mmode-define-global-mode): Use find-file-hook instead of find-file-hooks.
...
(define-minor-mode): Get rid of this silly `togglep'.
Add an explicit `toggle' argument (used for interactive calls).
Emit a warning when a nil argument turns the mode off.
2002-08-15 01:06:05 +00:00
Stefan Monnier
1a4914f340
Use find-file-hook instead of find-file-hooks.
2002-08-15 00:48:20 +00:00
Stefan Monnier
0677236392
(setup-ethiopic-environment-internal, exit-ethiopic-environment):
...
Use find-file-hook and write-file-functions instead of
find-file-hooks and write-file-hooks.
2002-08-15 00:46:09 +00:00
Stefan Monnier
1a80bcd1d7
(dynamic-completion-mode): Use find-file-hook instead of find-file-hooks.
2002-08-15 00:37:57 +00:00
Stefan Monnier
4a4accf705
(split-window-save-restore-data): Use push and with-current-buffer.
...
(handle-select-window): Don't do anything if the window has
disappeared since the event was generated.
2002-08-15 00:34:04 +00:00
Stefan Monnier
5988bd2708
(imenu-always-use-completion-buffer-p): Make obsolete.
...
(imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
(imenu-space-replacement): Allow nil value.
(imenu--completion-buffer): Use new vars and simplify.
Fix handling of minibuffer-setup-hook.
Use minibuffer-completion-help instead of rolling our own.
(imenu-choose-buffer-index): Use the new var.
2002-08-15 00:12:30 +00:00
Stefan Monnier
b88b46f269
(find-function-search-for-symbol): Use find-file-hook instead of ...-hooks.
2002-08-15 00:08:48 +00:00
David Kastrup
7adee48a65
(ange-ftp-wipe-file-entries): Fix type mismatch;
...
use `hash-table-size' instead of `length'.
2002-08-14 22:43:46 +00:00
David Kastrup
90dd78256d
*** empty log message ***
2002-08-14 22:41:37 +00:00
Stefan Monnier
e32a595961
Don't need to load custom-file from your .emacs any more.
2002-08-14 21:50:08 +00:00
Stefan Monnier
694210c486
(command-line): Load custom-file if not done yet.
2002-08-14 21:46:21 +00:00
Karl Berry
2ca20b4149
copyright years must be spelled out in full.
2002-08-14 20:25:10 +00:00
Kim F. Storm
f90d3a6bff
(Fstart_kbd_macro): Added NO-EXEC argument to inhibit
...
executing macro before appending to it (when used from Lisp).
(Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
which is called prior to each iteration of macro (for kmacro.el).
(Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
2002-08-14 10:35:31 +00:00
Kim F. Storm
a361276f07
(Fexecute_kbd_macro): Update prototype.
2002-08-14 10:35:03 +00:00
Kim F. Storm
caa06051a4
(Fcommand_execute): Update call to Fexecute_kbd_macro.
2002-08-14 10:34:41 +00:00
Kim F. Storm
82802164fe
*** empty log message ***
2002-08-14 10:30:48 +00:00
Kenichi Handa
18538ab385
(struct x_display_info): New member Xatom_UTF8_STRING.
2002-08-14 00:59:15 +00:00
Kenichi Handa
c62525b7e2
(x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
2002-08-14 00:59:01 +00:00
Kenichi Handa
5109c8dd99
(QUTF8_STRING): New variable.
...
(symbol_to_x_atom): Pay attention to QUTF8_STRING.
(x_atom_to_symbol): Likewise.
(x_get_local_selection): New argument local_request. If it is
nonzero, call handler_fn with the second arg nil.
(x_handle_selection_request): Call x_get_local_selection with
local_request 0.
(lisp_data_to_selection_data): Don't encode the string here.
(Fx_get_selection_internal): Call x_get_local_selection with
local_request 1.
(syms_of_xselect): Intern and staticpro QUTF8_STRING.
2002-08-14 00:58:39 +00:00
Kenichi Handa
13a45e6cd8
*** empty log message ***
2002-08-14 00:58:23 +00:00
Kenichi Handa
eb1416b9bc
(xselect-convert-to-string): If TYPE is non-nil,
...
encode the selection data string. Always return cons of type and
string.
(selection-converter-alist): Add (UTF8_STRING .
xselect-convert-to-string).
2002-08-14 00:57:55 +00:00
Richard M. Stallman
79fab26b4f
*** empty log message ***
2002-08-13 22:55:18 +00:00
Richard M. Stallman
873ef78ee0
(Fminibufferp): New function.
...
(syms_of_minibuf): Defsubr it.
(Fminibuffer_prompt_end): Handle non-minibuffers specially.
2002-08-13 22:52:05 +00:00
Gerd Moellmann
96d2e64dce
(Funencodable_char_position): Lisp_Object/int mixup.
2002-08-13 19:12:46 +00:00
Richard M. Stallman
2bef95e520
(find-function-search-for-symbol): Obey `definition-name' properties.
2002-08-13 01:49:40 +00:00
Richard M. Stallman
0256550475
(easy-mmode-define-global-mode): Put `definition-name' properties on
...
the functions whose names are constructed.
2002-08-13 01:49:13 +00:00
Richard M. Stallman
46cdfe8f2e
(toggle-truncate-lines): Force redisplay. Display status message.
2002-08-13 01:48:42 +00:00
Stefan Monnier
90a4495712
(comment-region): Force lines' when
block' is set.
2002-08-12 22:53:46 +00:00
Markus Rost
473d2053fb
Fix some white spaces.
2002-08-12 21:57:12 +00:00
Richard M. Stallman
450565cb1a
*** empty log message ***
2002-08-12 17:31:43 +00:00
Richard M. Stallman
992dd91a91
Comment change.
2002-08-12 17:28:36 +00:00
Richard M. Stallman
557713d896
Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
...
[!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
(WSTOPSIG, WTERMSIG): Define each one independently if not defined already.
2002-08-12 17:27:57 +00:00
Richard M. Stallman
1ac5826d93
(syms_of_buffer) <fill-column>: Doc fix.
2002-08-12 17:25:23 +00:00
Richard M. Stallman
2600f4e4f9
(pages-target-buffer): Add defvar. Renamed from target-buffer.
...
(pages-directory, pages-copy-header-and-position): Uses changed.
2002-08-12 17:23:16 +00:00
Richard M. Stallman
774e947751
(scroll-all-mode): Use define-minor-mode.
...
(scroll-all-mode): defcustom deleted.
(running-xemacs): Variable deleted.
(minor-mode-alist): Don't manipulate it directly.
2002-08-12 17:21:40 +00:00
Richard M. Stallman
4e96d63b41
(appt-make-list): Correct the parsing of each appointment from time-string.
2002-08-12 17:21:06 +00:00
Andrew Choi
5883787cd6
2002-08-11 Andrew Choi <akochoi@shaw.ca>
...
* macterm.c (XTmouse_position): Check wp with is_emacs_window.
(Vmac_pass_command_to_system): New variable.
(Vmac_pass_control_to_system): New variable.
(do_mouse_moved): Check wp with is_emacs_window.
(XTread_socket): Check window_ptr with is_emacs_window. Call
FrontNonFloatingWindow instead of FrontWindow. Send keydown
events back to Mac Toolbox for processing, depending on values of
Vmac_pass_command_to_system and Vmac_pass_control_to_system.
(syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
Vmac_pass_control_to_system.
2002-08-12 04:33:59 +00:00
Kenichi Handa
068a9dbdf6
(unencodable_char_position): New function.
...
(Funencodable_char_position): New function.
(syms_of_coding): Defsubr Funencodable_char_position.
2002-08-11 01:06:42 +00:00
Kenichi Handa
054e62aeb3
*** empty log message ***
2002-08-11 01:04:58 +00:00
Kenichi Handa
738746ba63
(search-unencodable-char): New
...
function.
(select-safe-coding-system): Show unencodable characters.
(unencodable-char-position): Deleted, and implemented by C in
coding.c.
2002-08-11 01:04:41 +00:00
Andrew Choi
8030369ccb
2002-08-10 Andrew Choi <akochoi@shaw.ca>
...
* mac.c (sys_select) [MAC_OSX]: New function.
* macterm.c (MakeMeTheFrontProcess): New function.
(mac_initialize): Call MakeMeTheFrontProcess.
* s/darwin.h: Define select to sys_select.
2002-08-11 00:26:24 +00:00
Richard M. Stallman
1e7c162fa4
(make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
2002-08-10 03:48:12 +00:00
John Wiegley
7f09df7a7a
I did not mean to check in these changes yet, they are still
...
unreviewed.
2002-08-10 00:20:09 +00:00
John Wiegley
70a06174e5
Removed eshell-under-cygwin-p, and all uses of it.
2002-08-10 00:18:18 +00:00
John Wiegley
185932d7be
*** empty log message ***
2002-08-10 00:17:41 +00:00