summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Juri Linkov2004-12-131-0/+33
|
* (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-131-0/+20
|
* * 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.
* * 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 ***Stefan Monnier2004-12-111-0/+8
|
* 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
|
* (term-termcap-format): Synchronyze with terminfo.Dan Nicolaescu2004-12-112-2/+28
| | | | | (term-emulate-terminal): Handle reset. (term-reset-terminal): New function.
* (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.
* 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
|
* (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
|
* (gnus-narrow-to-page): Don't hardcode point-min.Stefan Monnier2004-12-092-10/+12
|
* *** empty log message ***Jay Belanger2004-12-081-0/+5
|
* (calc-keypad-mode): Unbind unused mouse events.Jay Belanger2004-12-081-5/+18
| | | | (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
* *** empty log message ***Richard M. Stallman2004-12-081-0/+5
|
* Delete code to set display table.Richard M. Stallman2004-12-081-25/+4
| | | | (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
* *** empty log message ***Jay Belanger2004-12-081-0/+12
|
* (math-read-replacement-list, math-read-superscripts): Move toJay Belanger2004-12-081-67/+0
| | | | | calc-aent.el. (math-read-preprocess-string): Move to calc-aent.el.
* (math-read-replacement-list, math-read-superscripts): Move fromJay Belanger2004-12-081-0/+67
| | | | | calc-ext.el. (math-read-preprocess-string): Move from calc-ext.el.
* Add math-read-preprocess-string to autoloads.Jay Belanger2004-12-081-1/+1
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-718Miles Bader2004-12-081-1/+1
| | | | RCS keyword removal
* (isearch-quote-char): Fix up typo in last change.Stefan Monnier2004-12-082-4/+7
|
* *** empty log message ***Luc Teirlinck2004-12-081-0/+11
|
* (mouse-set-font): Handle the case where the command was not invokedLuc Teirlinck2004-12-081-1/+3
| | | | using the mouse.
* `edit-kbd-macro' is now bound to `C-x C-k e'.Luc Teirlinck2004-12-081-4/+5
| | | | | | | (edmacro-finish-edit): Further update for keyboard macros that are lambda forms. (edmacro-sanitize-for-string): Correctly remove Meta modifier (as suggested by Kim Storm).
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716Miles Bader2004-12-0717-181/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-74 Update from CVS 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/message.el (message-forward-make-body-mml): Remove headers according to message-forward-ignored-headers if a message is decoded. 2004-12-02 Romain Francoise <romain@orebokech.com> * lisp/gnus/message.el (message-forward-make-body-plain): Always remove headers according to message-forward-ignored-headers. 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/lpath.el: Remove bbdb-create-internal, bbdb-records, spam-BBDB-register-routine and spam-enter-ham-BBDB. * lisp/gnus/nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in order to silence the byte compiler. * lisp/gnus/pop3.el (pop3-md5): Define it before being used. * lisp/gnus/spam.el: Fix the way to silence the byte compiler, which complained about bbdb-buffer, bbdb-create-internal, bbdb-search-simple, mail-check-payment, spam-BBDB-register-routine, spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam, spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam, spam-stat-buffer-is-spam, spam-stat-load, spam-stat-register-ham-routine, spam-stat-register-spam-routine, spam-stat-save and spam-stat-split-fancy. 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/canlock.el (canlock-password): Remove `:size 0' or `:size 1' which may confuse users. (canlock-password-for-verify): Ditto. * lisp/gnus/deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto. * lisp/gnus/gnus-art.el (gnus-emphasis-alist): Ditto. * lisp/gnus/gnus-registry.el (gnus-registry-max-entries): Ditto. * lisp/gnus/gnus-score.el (gnus-adaptive-word-length-limit): Ditto. * lisp/gnus/gnus-start.el (gnus-save-killed-list): Ditto. * lisp/gnus/gnus-sum.el (gnus-thread-hide-subtree): Ditto. (gnus-sum-thread-tree-root): Ditto. (gnus-sum-thread-tree-false-root): Ditto. (gnus-sum-thread-tree-single-indent): Ditto. * lisp/gnus/message.el (message-courtesy-message): Ditto. (message-archive-note): Ditto. (message-subscribed-address-file): Ditto. (message-user-fqdn): Ditto. * lisp/gnus/spam-report.el (spam-report-gmane-regex): Ditto. * lisp/gnus/spam.el (spam-blackhole-good-server-regex): Ditto. 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/message.el (message-forbidden-properties): Fixed typo in doc string. 2004-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org> * lisp/gnus/message.el (message-strip-forbidden-properties): Bind buffer-read-only (etc) to nil. 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-util.el (gnus-replace-in-string): Added doc string. * lisp/gnus/nnmail.el (nnmail-split-header-length-limit): Increase to 2048 to avoid problems when splitting mails with many recipients. 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>. 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change) * lisp/gnus/nnfolder.el (nnfolder-request-create-group): Save current buffer. 2004-11-22 Reiner Steib <Reiner.Steib@gmx.de> * man/message.texi (Various Message Variables): Mention that all mail file variables are derived from `message-directory'. * man/gnus.texi (Splitting Mail): Clarify bogus group. 2004-11-16 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (Filtering Spam Using The Spam ELisp Package):
* Changes from arch/CVS synchronizationMiles Bader2004-12-071-1/+2
|
* Fix spelling mistake in previous changes.Glenn Morris2004-12-071-4/+4
|
* *** empty log message ***Glenn Morris2004-12-071-2/+2
|
* Typo.Andreas Schwab2004-12-071-1/+2
|
* *** empty log message ***Stefan Monnier2004-12-071-4/+9
|
* (font-lock-unfontify-region): Save buffer state.Stefan Monnier2004-12-071-8/+8
| | | | (font-lock-default-unfontify-region): Dont' save buffer state any more.
* *** empty log message ***Jay Belanger2004-12-071-0/+5
|
* Set calc-summary-indentation even when Calc Summary buffer exists.Jay Belanger2004-12-071-5/+6
|
* (holiday-advent): Make arguments optional for backwardsGlenn Morris2004-12-071-13/+23
| | | | compatability. Doc fix.
* *** empty log message ***Glenn Morris2004-12-071-0/+2
|
* (holiday-easter-etc): Make arguments optional for backwardsGlenn Morris2004-12-071-26/+58
| | | | | compatability. Doc fix. Remove un-necessary local vars mandatory, output-list.
* *** empty log message ***Glenn Morris2004-12-071-0/+6
|