aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* (ffap-dired-wildcards): Set default to "[*?][^/]*\\'". Doc fix.Juri Linkov2004-12-131-29/+157
| | | | | | | | | | | | | | | | | | (ffap-directory-finder): New variable. (ffap-string-at-point-mode-alist): Add * and ? to `file'. (ffap-file-at-point): Add /* to immediately rejected names. Return absolute file names matching ffap-dired-wildcards. (ffap-read-file-or-url): Set default value for `completing-read' to `buffer-file-name'. (find-file-at-point): When filename matches ffap-dired-wildcards, call ffap-file-finder with t arg `wildcards', instead of dired. (ffap-other-window, ffap-other-frame): Return visited buffers. (ffap-read-only, ffap-read-only-other-window) (ffap-read-only-other-frame, ffap-alternate-file): New commands. (dired-at-point): Call ffap-directory-finder instead of dired. (ffap-dired-other-window, ffap-dired-other-frame) (ffap-list-directory): New commands. (ffap-bindings): New keybindings for new commands.
* (find-file-other-window, find-file-other-frame):Juri Linkov2004-12-131-33/+55
| | | | | | | | | | | | | | Add the first buffer to the returned value to return the complete list of all visited buffers. (find-file-read-only, find-file-read-only-other-window) (find-file-read-only-other-frame): Use nil for `mustmatch' arg of `find-file-read-args'. Signal an error about non-existent file only if file name doesn't contain wildcards. Toggle read-only in all visited buffers. (find-alternate-file, find-alternate-file-other-window): Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when called interactively. Pass arg `wildcards' to other functions. (find-file-noselect): Doc fix.
* *** empty log message ***Juri Linkov2004-12-133-2/+35
|
* (Marking Objects): Marking commands also extend theJuri Linkov2004-12-131-0/+2
| | | | region when mark is active in Transient Mark mode.
* * textmodes/paragraphs.el (mark-paragraph):Juri Linkov2004-12-131-3/+5
| | | | | Extend the region when mark is active in transient-mark-mode, regardless of the last command. Doc fix.
* * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):Juri Linkov2004-12-131-16/+22
| | | | | | | | | | Do not push mark when mark is active in transient-mark-mode. * emacs-lisp/lisp.el (mark-sexp, mark-defun): Extend the region when mark is active in transient-mark-mode, regardless of the last command. Doc fix. * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for preserving direction, to mark forward instead of backward when mark is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
* * simple.el (beginning-of-buffer, end-of-buffer):Juri Linkov2004-12-131-19/+28
| | | | | | | | | | Do not push mark when mark is active in transient-mark-mode. * simple.el (mark-word): Extend the region when mark is active in transient-mark-mode, regardless of the last command. Doc fix. * simple.el (mark-word): Preserve direction when repeating. Make arg optional. Interactive "p" -> "P". (transient-mark-mode, inhibit-mark-movement): Doc fix.
* query-replace-highlight eq isearchJuri Linkov2004-12-121-0/+4
|
* * replace.el (query-replace-highlight): Add new value `isearch'Juri Linkov2004-12-122-15/+72
| | | | | | | that allows query replacement to use isearch highlighting. Change type from `boolean' to `choice'. Doc fix. (replace-highlight, replace-dehighlight, perform-replace): Use isearch highlighting if query-replace-highlight eq `isearch'.
* (replace-match-maybe-edit): Doc fix.Juri Linkov2004-12-121-2/+2
| | | | | | | (perform-replace): Don't call `replace-highlight' when automatic replacement is requested in literal mode, since it is intended only to highlight words during entering a new replacement string for \? in non-literal mode.
* (isearch-process-search-multibyte-characters):Juri Linkov2004-12-121-2/+3
| | | | | | Use `isearch-message' as initial input for `read-string' instead of adding it to the minibuffer prompt. After reading a string remove the initial value of `isearch-message' from the string.
* (isearch-edit-string): Set 7th arg ofJuri Linkov2004-12-121-53/+58
| | | | | | | | | | | | | | `read-from-minibuffer' to `t' to inherit the current input method (whose name is indicated by [IM] in the minibuffer prompt) from the current buffer to the minibuffer. (isearch-lazy-highlight-update): Put body to `with-local-quit' to allow C-g quitting for lazy highlighting looping inside the search with nested repetition operators. Add overlay to the list before setting its face and other properties to avoid the case of code quitting after placing the new overlay but before it's recorded on the list. Select the window where isearch was activated, to highlight matches in the right window when isearch switches the current window to the minibuffer.
* *** empty log message ***Richard M. Stallman2004-12-121-0/+8
|
* (Fvertical_motion): Call move_it_by_lines even if LINES = 0.Richard M. Stallman2004-12-121-2/+3
|
* (Fall_completions): Add var `zero' and use it in loop.Richard M. Stallman2004-12-121-15/+15
| | | | (Ftry_completion): Really use outer `zero'; eliminate inner one.
* (encode_terminal_code): Fix previous change.Kenichi Handa2004-12-122-1/+5
|
* *** empty log message ***Stefan Monnier2004-12-111-0/+3
|
* (handle_async_input): Remove pthread mutex handling.Stefan Monnier2004-12-111-34/+18
| | | | (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
* (Line Height): Rewrite text for clarity.Richard M. Stallman2004-12-112-37/+54
|
* *** empty log message ***Stefan Monnier2004-12-112-5/+22
|
* Don't `require' everything eagerly.Stefan Monnier2004-12-112-13/+26
|
* (checkdoc-continue, checkdoc-comments, checkdoc-message-text, checkdoc-defun):Stefan Monnier2004-12-111-6/+6
| | | | Fix format messages for calls to `error'.
* (latex-backward-sexp-1): Handle the special case of \end{verbatim}.Stefan Monnier2004-12-111-1/+3
|
* (Fforward_word): Avoid non-idempotent side-effects in macro arguments.Stefan Monnier2004-12-111-2/+4
|
* (Ftry_completion, Fall_completions): Don't use XFASTINT blindly.Stefan Monnier2004-12-111-2/+2
|
* (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.Stefan Monnier2004-12-111-1/+3
|
* * w32term.c (x_calc_absolute_position): Remove calculation ofJan Djärv2004-12-112-30/+4
| | | | | difference between inner and outer window. Don't subtract difference for left and top calculations.
* * e/eterm.ti: Add rs1.Dan Nicolaescu2004-12-113-0/+7
| | | | * e/eterm: Regenerate.
* (term-termcap-format): Synchronyze with terminfo.Dan Nicolaescu2004-12-112-2/+28
| | | | | (term-emulate-terminal): Handle reset. (term-reset-terminal): New function.
* * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diffJan Djärv2004-12-112-20/+12
| | | | | | for left and top calculations. Remove call to x_real_positions. (x_check_expected_move): Do not set change_gravity to 1 when calling x_set_offset.
* (zone-programs): Add `zone-pgm-random-life'.Thien-Thi Nguyen2004-12-112-24/+89
| | | | | | | | | (zone-fill-out-screen): New func. (zone-pgm-drip): Use `zone-fill-out-screen'. Also, no longer go to point-min on every cycle. (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode. (zone-pgm-random-life-wait): New user var. (zone-pgm-random-life): New func.
* (info): Undo 2004-12-05 change.Kim F. Storm2004-12-111-3/+3
|
* *** empty log message ***Kim F. Storm2004-12-112-0/+19
|
* * text.texi (Special Properties): Just mention line-spacing andKim F. Storm2004-12-101-34/+2
| | | | line-height here, add xref to new "Line Height" node.
* (Standard Buffer-Local Variables): Fix xref forKim F. Storm2004-12-101-2/+2
| | | | line-spacing and vertical-scroll-bar.
* (Window Frame Parameters): Remove line-height defvar.Kim F. Storm2004-12-101-19/+0
|
* (Display): Add node "Line Height" to menu.Kim F. Storm2004-12-101-1/+88
| | | | | | (Line Height): New node. Move full description of line-spacing and line-height text properties here from text.texi. (Scroll Bars): Add vertical-scroll-bar variable.
* Fix previous change.Richard M. Stallman2004-12-101-1/+0
|
* (auto-mode-alist): Map .com to DCL mode.Thien-Thi Nguyen2004-12-102-0/+5
|
* *** empty log message ***Kim F. Storm2004-12-101-4/+3
|
* *** empty log message ***Richard M. Stallman2004-12-101-3/+8
|
* (isearch-mode-map): Treat S-SPC like SPC.Richard M. Stallman2004-12-102-0/+6
|
* (xterm-mouse-event): Correct cursor position in aNick Roberts2004-12-091-2/+3
| | | | buffer with a display margin.
* *** empty log message ***Nick Roberts2004-12-091-0/+5
|
* (Imprint): Remove erroneous @value's.Luc Teirlinck2004-12-092-2/+6
|
* [ Add missing change in gnus.texi from last commits: ]Reiner Steib2004-12-092-1/+3
| | | | | * gnus.texi (Filtering Spam Using The Spam ELisp Package): Index `spam-initialize'.
* (Standard Buffer-Local Variables): Add @xref for `line-spacing'.Thien-Thi Nguyen2004-12-092-2/+8
|
* (Window Frame Parameters): New @defvar for `line-spacing'.Thien-Thi Nguyen2004-12-091-0/+19
|
* Fix typos.Richard M. Stallman2004-12-092-27/+31
|
* (INFO_TARGETS): Fix typo.Luc Teirlinck2004-12-091-1/+1
|