1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00
Commit graph

24855 commits

Author SHA1 Message Date
Richard M. Stallman
ed6d66130e *** empty log message *** 2003-12-01 05:27:15 +00:00
Richard M. Stallman
d1c553c832 (dired-do-query-replace-regexp): Report files visited read-only.
(dired-compare-directories): New command.
(dired-file-set-difference, dired-files-attributes): New functions.
2003-12-01 01:56:19 +00:00
Miles Bader
5074ca955c Add arch taglines 2003-11-30 22:39:46 +00:00
Kai Großjohann
c951aecb30 (tramp-chunksize): Extend docstring. Suggested by
Charles Curley <charlescurley@charlescurley.com>.
(tramp-multi-connection-function-alist): Add ssht entry which adds
"-e none -t -t" to the list of ssh args.  Suggested by Adrian
Aichner.
(tramp-get-method-parameter): New function to retrieve a method
parameter.  This allows for omission of method parameters.
Callers adjusted.
2003-11-30 18:15:22 +00:00
Luc Teirlinck
d344ecbbae *** empty log message *** 2003-11-30 17:51:56 +00:00
Luc Teirlinck
7ada28ac7e (help-map): Bind display-local-help' to C-h .'.
(help-for-help): Add `C-h .' to the listed Help options.
Remove trailing whitespace.
2003-11-30 17:50:54 +00:00
Luc Teirlinck
cc53141205 New file. 2003-11-30 17:32:54 +00:00
Jonathan Yavner
01a9e5933d Add edebug specs for macros 1value' and noreturn'. 2003-11-30 06:58:00 +00:00
Jonathan Yavner
1116910a51 Add macros 1value' and noreturn'. 2003-11-30 06:56:59 +00:00
Jonathan Yavner
bbaa142972 Ensure that forms marked with `1value' actually always return the same value. 2003-11-30 06:56:28 +00:00
Nick Roberts
1883b6fff1 (gud-watch, gdb-var-create-handler)
(gdb-var-list-children, gdb-var-list-children-handler)
(gdb-var-update-handler, gdb-var-delete): Add server prefix to the
gdb commands that use mi to keep them out of the command history.
2003-11-29 15:51:24 +00:00
Nick Roberts
92fe275405 *** empty log message *** 2003-11-29 15:50:03 +00:00
Jan Djärv
03d6484ea4 Add variable use-file-dialog to control use of file dialogs. 2003-11-29 10:44:36 +00:00
Stefan Monnier
d9cbee570f (latex-mode): `tex-trailer' is not a regexp. 2003-11-27 23:05:42 +00:00
Kim F. Storm
0f6a07a85a *** empty log message *** 2003-11-27 21:53:51 +00:00
Kim F. Storm
e08f9a0df9 (posn-object-x-y): New defun. 2003-11-27 21:28:01 +00:00
Luc Teirlinck
2c1385edb6 (number-sequence): Improve handling of floating point arguments
(suggested by Kim Storm).  Allow negative arguments.
2003-11-26 19:23:58 +00:00
Luc Teirlinck
44d23d8d34 *** empty log message *** 2003-11-26 19:21:31 +00:00
Stefan Monnier
310ee6ada7 (makefile-font-lock-syntactic-keywords): Don't use `space' for \\\n.
Be more selective as to which # are comment-starters.
2003-11-26 16:49:33 +00:00
Kenichi Handa
d0d071d2d7 (standard-display-european-internal):
Cancel the standard-display-table setting for ` and '.
2003-11-25 23:10:47 +00:00
Kim F. Storm
c7cc2f9e9a (cua--standard-movement-commands): Add forward-sentence and backward-sentence. 2003-11-25 22:10:52 +00:00
Kim F. Storm
310682e6eb * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
New defcustoms to add ffap-like functionality to ido.
(ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
(ido-no-final-slash): New defun.
(ido-make-prompt, ido-file-internal, ido-toggle-vc)
(ido-read-file-name): ): Toggle VC checking via
vc-handled-backends instead of vc-master-templates.
(ido-file-internal): Handle ido-use-url-at-point and
ido-use-filename-at-point via code borrowed from ffap-guesser.
Handle new ido-exit code ffap.
(ido-sort-list): Ignore final slash when sorting file names.
2003-11-25 22:10:21 +00:00
Kim F. Storm
b96487199f *** empty log message *** 2003-11-25 22:09:55 +00:00
Stefan Monnier
0d6a08f64d (comment-normalize-vars): Initialize properly if comment-start was nil. 2003-11-25 21:20:51 +00:00
Stephen Eglen
4dddd07f26 iswitchb-read-buffer: check that iswitchb-exit is not 'usefirst (set
when user presses RETURN to select buffer) before running:

	;; This happens for example if the buffer was chosen with the mouse.
	(setq iswitchb-matches (list iswitchb-final-text)))


iswitchb-exit-minibuffer: set iswitchb-exit to 'usefirst.

These changes were made to fix the following bug reported by Markus
Rost and John Wiegley:

Evaluate:
(progn
   (iswitchb-mode 1)
   (get-buffer-create "12")
   (get-buffer-create "1")
   (iswitchb-buffer))

You get prompted in the minibuffer.  Type "1".  The minibuffer shows

 iswitch 1{12,1}

Hit RET.  You find yourself in buffer "1" instead of "12", as you
would expect from the documentation.

This bug was introduced when iswitchb-read-buffer was updated to allow
user to select items from the *Completions* buffer with the mouse.
2003-11-25 14:45:32 +00:00
Miles Bader
7239c21756 Resolve CVS conflicts 2003-11-24 22:19:51 +00:00
Kim F. Storm
5f032b5036 Remove grep-use-compilation-buffer defcustom. 2003-11-23 22:51:14 +00:00
Kim F. Storm
63dc7c6bf8 *** empty log message *** 2003-11-23 21:47:50 +00:00
Kim F. Storm
9ac5747987 (grep-command, grep-use-null-device)
(grep-find-command, grep-tree-command, grep-tree-files-aliases)
(grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
(grep-regexp-alist, grep-program, find-program)
(grep-find-use-xargs, grep-history, grep-find-history)
(grep-process-setup, grep-compute-defaults)
(grep-default-command, grep, grep-tag-default, grep-find)
(grep-expand-command-macros, grep-tree-last-regexp)
(grep-tree-last-files, grep-tree): Move grep variables, functions
and commands to new file grep.el.
(compilation-mode-map): Remove grep commands from Compile sub-menu.

(compilation-process-setup-function): Doc fix.
(compilation-highlight-regexp, compilation-highlight-overlay): New
defvars used for highlighting current compile error in source buffer.
(compile-internal): New optional args HIGHLIGHT-REGEXP and
LOCAL-MAP which overrides compilation-highlight-regexp and
compilation-mode-map for this compilation.
Delay calling compilation-set-window-height until after running
compilation-process-setup-function so it can buffer-local override
compilation-window-height.
Check buffer-local value of compilation-scroll-output.
(compilation-set-window-height): Use buffer-local value of
compilation-window-height.
(compilation-revert-buffer): Don't pass (undefined)
preserve-modes arg to revert-buffer.
(next-error-no-select, previous-error-no-select): New commands.
(compilation-goto-locus): Temporarily highlight current match in
source buffer using compilation-highlight-regexp.
2003-11-23 20:57:47 +00:00
Kim F. Storm
318e297657 * progmodes/grep.el: New file with grep code from compile.el.
(grep): New defcustom group.
(grep-window-height): New defcustom, like compilation-window-height.
(grep-auto-highlight): New defcustom, like compile-auto-highlight.
(grep-scroll-output): New defcustom, like compilation-scroll-output.
(grep-command, grep-use-null-device, grep-find-command)
(grep-tree-files-aliases, grep-tree-ignore-case)
(grep-tree-ignore-CVS-directories): Move to grep custom group.
(grep-setup-hook): New hook variable.
(grep-mode-map): New keymap for grep commands.  Add Grep menu.
(grep-use-compilation-buffer): New defcustom.
(grep-last-buffer): New defvar, override compilation-last-buffer.
(grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
Call compile-internal with args highlight-regexp and grep-mode-map.
2003-11-23 20:56:10 +00:00
Kim F. Storm
f48e9893db (gdb-mouse-toggle-breakpoint): New defun.
(gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
2003-11-23 00:27:38 +00:00
Kim F. Storm
76693d1232 Bind mouse-1 on left-fringe and right-fringe to mouse-set-point so
that hscroll still works now that clicks on fringes generate specific
mouse events.
(mouse-set-point): Note that it now works in fringes and margins
too due to new semantics of posn-point in fringes and margins.
2003-11-23 00:27:27 +00:00
Kim F. Storm
79bcefe203 (event-start, event-end): Doc fix.
(posn-window, posn-x-y, posn-timestamp): Simplify doc.
(posn-area, posn-actual-col-row, posn-object): New defuns.
(posn-col-row): Simplify doc.  Rewrite to use cond.
(posn-point): Also return buffer position for events outside text
area (that info is now present in the event position).
2003-11-23 00:27:03 +00:00
Kim F. Storm
9063976458 Changes related to enhanced information in mouse event positions. 2003-11-23 00:26:37 +00:00
Kim F. Storm
028f065d44 (gud-gdba-command-name): Find gdb command via PATH.
(breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
(breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
to 100 for icons to avoid increasing line height when shown.
2003-11-19 23:40:17 +00:00
Kim F. Storm
0c618458b3 *** empty log message *** 2003-11-19 23:39:51 +00:00
Andreas Schwab
c25c83cd2e . 2003-11-19 13:23:43 +00:00
Andreas Schwab
7dcd2d16f1 (set-variable): Fix indentation. 2003-11-19 13:23:30 +00:00
Markus Rost
92e9233f76 Regenerated with "rm loaddefs.el; make autoloads".
This fixes default value of `button-map' where
push-button was bound to "" instead to "\r".
2003-11-17 19:02:52 +00:00
Carsten Dominik
9ebb67078e *** empty log message *** 2003-11-17 14:24:58 +00:00
Kenichi Handa
7d00398c52 (latin1-display): Fix docstring.
(latin1-display-ucs-per-lynx): Likewise.
2003-11-17 05:25:52 +00:00
John Wiegley
572ccdc0ef (eshell-ls-file): There are times with size-width is nil and
uncomputed (when directories are created in dired, for example); in
this case, 4 is reasonable default value, although it may caused
skewed new entries (which could be avoided by returning the original
value of 8 in all cases, but 99% of the time this is a waste of
whitespace).
2003-11-17 00:24:06 +00:00
John Wiegley
0fe9146b8a *** empty log message *** 2003-11-17 00:22:59 +00:00
Martin Stjernholm
037558bfd9 CC Mode update (5.30.8). 2003-11-16 16:55:08 +00:00
John Wiegley
5a2e4c34bd (eshell-ls-file): Instead of making the size field in a long-listing
always 8 characters, use `size-width', which has already been
computed.
2003-11-16 09:23:49 +00:00
John Wiegley
8ceaf12633 *** empty log message *** 2003-11-16 09:23:29 +00:00
Thien-Thi Nguyen
3813f0c53b (minor-mode-list): Add `hs-minor-mode'. 2003-11-15 00:57:02 +00:00
Thien-Thi Nguyen
067b409428 (diff-hunk-prev, diff-hunk-next): Support
operation while narrowed, with `diff-restrict-view'.
2003-11-14 16:23:37 +00:00
Thien-Thi Nguyen
877f9b0513 (easy-mmode-define-navigation): Take additional
optional arg NARROWFUN.  For the generated functions: Add local var
`was-narrowed-p'.  Also, if NARROWFUN is specified, include frags that
arrange to check for and save narrowing state before the move and then
conditionally call NARROWFUN after the move.
2003-11-14 16:18:01 +00:00
John Wiegley
f1572159d5 (eshell-parse-variable-ref): Added a backslash that was optional, but
obviously missing based on surrounding code.
2003-11-14 11:01:46 +00:00