1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
Commit graph

45248 commits

Author SHA1 Message Date
Kim F. Storm
362cdb6189 (ido-ignore-directories-merge): Doc fix.
(ido-max-prompt-width): Renamed from ido-max-prompt-path.
(ido-enable-last-directory-history): Doc fix.
(ido-work-directory-list-ignore-regexps): Doc fix.
(ido-enable-tramp-completion): Doc fix.
(ido-record-ftp-work-directories): Doc fix.
(ido-merge-ftp-work-directories): Doc fix.
(ido-rewrite-file-prompt-functions): Renamed from
ido-make-file-prompt-hook.  Directory name is now in dynamic
variable `dirname' (instead of `path').
(ido-rewrite-file-prompt-rules): Renamed from
ido-rewrite-prompt-path-rules.
(ido-read-file-name-as-directory-commands): Doc fix.
(ido-last-directory-list): Doc fix.
(ido-work-directory-list): Doc fix.
(ido-work-file-list): Doc fix.
(ido-make-prompt): Directory name now in `dirname' var.
(ido-edit-input): Doc fix.
(ido-complete): Fix error message.
(ido-copy-current-word): Doc fix.
(ido-find-file): Doc fix.
2003-01-13 22:56:53 +00:00
Francesco Potortì
efdc16c957 (Fdelete_directory, Fdelete_file): Document the
behaviour in front of symlinks.
(Fdelete_file): Raise an error on directories.
2003-01-13 22:17:01 +00:00
John Paul Wallington
64f511342e (server-process-filter): Use `minibufferp' to test
whether we are inside a minibuffer.
(server-process, server-kill-new-buffers): Doc fixes.
2003-01-13 16:44:07 +00:00
Dave Love
817cb12775 *** empty log message *** 2003-01-13 13:33:54 +00:00
Dave Love
5c3ea973e7 (Freverse): Use QUIT. 2003-01-13 13:33:42 +00:00
Dave Love
395da65f76 (mule-utf-16-be, mule-utf-16-le): Remove
pre-write-conversion.
2003-01-13 13:26:21 +00:00
Juanma Barranquero
57876eb31b *** empty log message *** 2003-01-13 12:50:55 +00:00
Kim F. Storm
15aeeda5cd Put "process enhancements" before "network enhancements". 2003-01-13 11:59:41 +00:00
Kim F. Storm
d4ee5299c9 New process variables. 2003-01-13 11:58:31 +00:00
Kim F. Storm
340c4d8542 (hexl-mode-map): Don't quote remapped command names. 2003-01-13 09:49:54 +00:00
Kim F. Storm
b88bfa623b *** empty log message *** 2003-01-13 09:49:10 +00:00
Juanma Barranquero
abcd940ba5 *** empty log message *** 2003-01-13 08:27:02 +00:00
Richard M. Stallman
3e8cf2ea92 *** empty log message *** 2003-01-13 08:23:46 +00:00
Juanma Barranquero
60ab677b33 (ruler-mode-comment-column-char, ruler-mode-goal-column-char)
(ruler-mode-set-goal-column-ding-flag, ruler-mode-mouse-current-grab-object):
New variables.
(ruler-mode-comment-column-face, ruler-mode-goal-column-face): New faces.
(ruler-mode-mouse-set-fill-column): Removed.
(ruler-mode-mouse-grab-any-column, ruler-mode-mouse-drag-any-column-iteration)
(ruler-mode-mouse-drag-any-column): New functions.
(ruler-mode-map): [header-line down-mouse-2] Bound to
`ruler-mode-mouse-grab-any-column' instead of
`ruler-mode-mouse-set-fill-column'.
(ruler-mode): Cleanup buffer local variable `header-line-format' if it didn't
exist when `ruler-mode' was enabled.
(ruler-mode-ruler-help-echo): Updated its value.
(ruler-mode-ruler-help-echo-when-goal-column): New help string used when
goal-column is already set.
(ruler-mode-ruler-help-echo-tab): Renamed to...
(ruler-mode-ruler-help-echo-when-tab-stops): New.
(ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
(ruler-mode-goal-column-help-echo): New help strings.
(ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column' instead of
`ruler-mode-ruler-help-echo' if `goal-column' is set. Show `comment-column' and
`goal-column'. Echo the different help string for each *-column characters on
the ruler.
2003-01-13 08:22:50 +00:00
Richard M. Stallman
3ea137e95c (minibuffer_completion_contents): Error if point is inside prompt. 2003-01-13 08:22:44 +00:00
Richard M. Stallman
294d643a40 Finish previous change. 2003-01-13 08:22:08 +00:00
Richard M. Stallman
d86ba5c511 (command_loop_1): Don't redisplay directly if there's a post-command-hook. 2003-01-13 08:20:09 +00:00
Richard M. Stallman
d57563b612 (syms_of_fileio) <directory-sep-char>: Doc fix.
(Fdo_auto_save): Add gcpros around Ffile_name_directory.
2003-01-13 08:17:33 +00:00
Richard M. Stallman
914b40da4a (apropos-documentation-property): New function.
(apropos): Use apropos-documentation-property.
2003-01-13 08:07:18 +00:00
Richard M. Stallman
b459083cb7 (mode-line-process): Mark as risky. 2003-01-13 08:05:13 +00:00
Richard M. Stallman
d92c27571f (where-is): Catch errors in indirect-function. 2003-01-13 08:04:46 +00:00
Richard M. Stallman
cf1175df2a (server-process-filter): Comment out -eval.
Don't switch buffers if inside isearch or minibuffer.
2003-01-13 08:04:17 +00:00
Richard M. Stallman
9ed2ab9fca (compilation-revert-buffer): If buffer has a file, revert it in the normal way. 2003-01-13 08:02:47 +00:00
Richard M. Stallman
be28f1a745 Require fontset conditionally again. 2003-01-13 08:01:54 +00:00
Richard M. Stallman
9a36dd517d (Changing Properties): Say string indices are origin-0. 2003-01-13 08:01:09 +00:00
Richard M. Stallman
fa16624273 (Screen Lines) <compute-motion>: Correct order of elts in return value. 2003-01-13 08:00:28 +00:00
Richard M. Stallman
48bf63e33d (Changing Key Bindings) <define-key>: Mention how to define a default binding. 2003-01-13 07:59:04 +00:00
Stefan Monnier
978a673fa4 *** empty log message *** 2003-01-13 00:40:07 +00:00
Kim F. Storm
bad111c2d4 (ido-enable-tramp-completion): New defcustom.
(ido-enter-single-matching-directory): Change default to 'slash.
(ido-is-tramp-root): New defun.
(ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
(ido-may-cache-directory, ido-final-slash, ido-read-internal)
(ido-complete, ido-make-file-list1, ido-make-dir-list1):
Handle tramp completion.
(ido-file-name-all-completions1): New defun for tramp completion.
(ido-file-name-all-completions): Use it.
(ido-set-matches1): Relax matching of text with trailing slash.
(ido-exhibit): Handle tramp completion.
Simplified code using nested cond forms using new `refresh' var.
Fixed handling of /~user/ paths.
2003-01-12 22:27:17 +00:00
Kim F. Storm
afd250cb73 *** empty log message *** 2003-01-12 22:23:22 +00:00
Andreas Schwab
ad797e5662 . 2003-01-12 20:53:04 +00:00
Andreas Schwab
e70cccc0c8 (picture-substitute): Use command remapping instead of
substitute-key-definition.
2003-01-12 20:51:36 +00:00
Andreas Schwab
5d1825c6fb (sh-mode-map): Use command remapping instead of
substitute-key-definition.
2003-01-12 20:51:12 +00:00
Andreas Schwab
8c4d9806ec (solitaire-mode-map): Use command remapping instead of
substitute-key-definition.
2003-01-12 20:50:32 +00:00
Andreas Schwab
65877b9c16 (lm-mode-map): Use command remapping instead of
substitute-key-definition.
2003-01-12 20:50:11 +00:00
Andreas Schwab
4cbb318942 (gomoku-mode-map): Use command remapping instead of
substitute-key-definition.
2003-01-12 20:49:41 +00:00
Andreas Schwab
3ed7472c12 (decipher-mode-map): Use command remapping instead of
substitute-key-definition.
2003-01-12 20:49:14 +00:00
Andreas Schwab
6b8236923e (Commentary): Use command remapping instead of
substitute-key-definition.
2003-01-12 20:48:49 +00:00
Andreas Schwab
a70f1658c8 (hexl-mode-map): Use command remapping instead of
substitute-key-definition.
2003-01-12 20:48:16 +00:00
Andreas Schwab
ef6a4dfef8 (forms--change-commands): Use command remapping instead of
substitute-key-definition.
2003-01-12 20:47:48 +00:00
Andreas Schwab
9103eeef65 (msb-mode-map): Use command remapping instead of substitute-key-definition. 2003-01-12 20:46:51 +00:00
Andreas Schwab
96473b342d (emerge-setup-fixed-keymaps): Use command remapping instead of
substitute-key-definition.
2003-01-12 20:46:08 +00:00
Andreas Schwab
f3446bb2f9 (archive-mode-map): Use command remapping instead of substitute-key-definition. 2003-01-12 20:45:19 +00:00
Kim F. Storm
94e8ffca66 Added process private variables. 2003-01-12 20:24:57 +00:00
Kim F. Storm
ac4a75846b (QCvars): New variable.
(syms_of_process): Intern and staticpro it.
(Fprocess_variable, Fset_process_variable): New functions.
(syms_of_process): Defsubr them.
(Fstart_process): Initialize private_vars plist to nil.
(Fmake_network_process): New arg :vars to setup the private
variables for new network process.
(server_accept_connection): Copy server's private variables to
client process.
2003-01-12 20:24:06 +00:00
Kim F. Storm
2a061f25b2 (struct Lisp_Process): New member private_vars. 2003-01-12 20:23:45 +00:00
Andreas Schwab
3a759d4830 . 2003-01-12 20:13:20 +00:00
Andreas Schwab
27cfbf4b55 (inferior-emacs-lisp-mode): Bind comint-dynamic-complete-functions locally. 2003-01-12 20:11:44 +00:00
Kim F. Storm
441174202f (pure_alloc): Rewritten and simplified. 2003-01-12 15:40:23 +00:00
Kim F. Storm
035261dccc (pure_alloc): Corrected last change; now align the
pointer and adjust the size rather than aligning the size and
adjusting the pointer.  Use a goto to handle overflow exception.
2003-01-12 00:40:09 +00:00