summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* comint.el: Don't let `insert' break an `input' field into two.Stefan Monnier2011-10-172-7/+10
| | | | | | | | | * lisp/comint.el (comint-insert-input, comint-send-input) (comint-get-old-input-default, comint-backward-matching-input) (comint-next-prompt): Use nil instead of `input' for field property of past user input (bug#114). Fixes: debbugs:9160
* * lisp/minibuffer.el (completion--replace): Inherit surrounding properties.Stefan Monnier2011-10-172-4/+6
| | | | | | (minibuffer-complete-and-exit): Use it. Fixes: debbugs:114
* * lisp/comint.el (comint--table-subvert): Quote the all-completions output.Stefan Monnier2011-10-172-9/+15
| | | | Fixes: debbugs:9160
* Remove redundant :type entry from ido-default-buffer-methodMartin Rudalics2011-10-172-6/+3
|
* Fix bug reference in ChangeLogMartin Rudalics2011-10-171-1/+1
|
* Rewrite window related menu entries. (Bug#6786)Martin Rudalics2011-10-172-8/+22
| | | | | | * menu-bar.el (menu-bar-file-menu): Add entry for making new window on right of selected. (Bug#6786) Reword other window entries and separate them from frame entries.
* Merge changes made in Gnus trunk.Daiki Ueno2011-10-173-14/+27
| | | | | mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the primary key is marked as disabled. mml1991.el (mml1991-epg-find-usable-key): Ditto. Thanks to Christian von Roques <roques@mti.ag>.
* * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests): Doc fixes.Glenn Morris2011-10-152-21/+25
|
* * net/network-stream.el (network-stream-open-starttls): Improve failure ↵Chong Yidong2011-10-152-7/+15
| | | | | | detection for lack of TLS capability.
* * lisp/mail/sendmail.el (sendmail-query-once): Tweak prompt messageChong Yidong2011-10-152-19/+30
| | | | putting the argument choices in front and in bold.
* * lisp/pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.Stefan Monnier2011-10-142-1/+3
|
* * lisp/mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in anStefan Monnier2011-10-142-2/+7
| | | | empty buffer.
* * lisp/mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed onStefan Monnier2011-10-142-2/+9
| | | | unread-command-events rather than pushing yet-another event.
* Improve wording in sendmail-query-once description of options.Eli Zaretskii2011-10-142-10/+29
| | | | | | lisp/mail/sendmail.el (sendmail-query-once): Improve the wording of the explanation of the possible choices. Make the options passed to completing-read shorter.
* flyspell.el (flyspell-large-region): Use extended character mode if defined ↵Agustín Martín2011-10-132-0/+13
| | | | | | | | | | | | | | | | | (Bug#1339). flyspell-large-region was not setting extended character mode for the external ispell process. This was affecting ispell with 8bit charsets not being the default, like in german. Since extended character mode was not used, process used default 7bit pseudo-charset resulting in some messages like -> rterbuch - 68: word not found about words not found. This may be related to (Bug#1339).
* Fix ChangeLog entry of last commit.Eli Zaretskii2011-10-131-1/+2
|
* Fix the "C-x =" display of the character info for LRE, LRO, RLE, and RLO.Eli Zaretskii2011-10-132-4/+19
| | | | | | lisp/simple.el (what-cursor-position): Fix the display of the character info for LRE, LRO, RLE, and RLO characters, by appending a PDF to them.
* * lisp/emacs-lisp/timer.el (with-timeout): Make sure we cancel the timerStefan Monnier2011-10-132-21/+26
| | | | | even in case of error; add debug spec; simplify data flow. (with-timeout-handler): Remove.
* Fix Bug#6019, Bug#9315.Michael Albinus2011-10-124-31/+58
| | | | | | | | | | | | | | | * files.el (set-auto-mode): Call `file-name-sans-versions' for the complete `buffer-file-name', the local file name part could look remotely (for example on VMS). * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of `tramp-run-real-handler'. (ange-ftp-fix-name-for-vms): Handle the case, where `name' is already quoted by '"'. * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors. Let `file-name-handler-alist' be nil, the local file name part could look remotely (for example on VMS).
* * lisp/textmodes/flyspell.el (flyspell-word): Move with-local-quit from here...Stefan Monnier2011-10-112-49/+54
| | | | (flyspell-post-command-hook): ...to here.
* Make sendmail-query-once offer 3-way choice; avoid repeated queries.Stefan Monnier2011-10-112-40/+39
| | | | | | | | * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once if not needed. (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice using completion. Protect against "slow" callers. Remove the "message hack".
* * lisp/gnus/html2text.el (html2text-clean-anchor): Check for quotes aroundAndreas Schwab2011-10-112-1/+7
| | | | `href' value.
* * lisp/isearch.el (isearch-lazy-highlight-word): New variable.Juri Linkov2011-10-112-2/+13
| | | | | | | (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search): Use it. Fixes: debbugs:9727
* spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when searching. ↵Teodor Zlatanov2011-10-112-20/+9
| | | | Drop `bbdb-cache'.
* ChangeLog fix.Glenn Morris2011-10-111-1/+1
|
* Small fix for f90-next-statement.Glenn Morris2011-10-112-4/+9
| | | | | * lisp/progmodes/f90.el (f90-next-statement): Ignore preprocessor lines, like f90-previous-statement does.
* Bugfix: message.el (message-signed-or-encrypted-p): Exclude header when ↵Katsumi Yamaoka2011-10-112-3/+10
| | | | checking if there is signed or encrypted body in text/plain message.
* * lisp/eshell/eshell.el (eshell-command): History have to be saved only in ↵thierry volpiatto2011-10-112-5/+8
| | | | interactive use to avoid error.
* * lisp/minibuffer.el (completion-file-name-table): Fix last change,Stefan Monnier2011-10-112-51/+57
| | | | i.e. ignore normal errors but not the other ones.
* Fix ChangeLog typoMartin Rudalics2011-10-101-1/+1
|
* In vc actions use quit-windows-on instead of delete-windows-on.Martin Rudalics2011-10-104-16/+38
| | | | | | | | * window.el (quit-windows-on): New function. * vc/vc.el (vc-revert, vc-rollback): * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556) (Bug#6183) (Bug#7074)((Bug#7447)
* Fix doc-strings of special-display-... variables.Martin Rudalics2011-10-102-10/+14
| | | | | | * window.el (special-display-buffer-names) (special-display-regexps): Remove some remnants of earlier changes from doc-strings.
* * lisp/gnus/html2text.el (html2text-get-attr): Correctly handle attribute valuesAndreas Schwab2011-10-092-3/+8
| | | | containing "=".
* Add version tag for frame-auto-hide-function (Bug#9699).Martin Rudalics2011-10-092-1/+7
|
* * net/tramp.el (tramp-file-name-handler): Add 'debug to the errorMichael Albinus2011-10-092-4/+12
| | | | condition.
* Add a missing space in smtpmail-send-dataLeo Liu2011-10-092-1/+6
| | | | http://debbugs.gnu.org/9701
* f90 indentation fix.Glenn Morris2011-10-082-8/+18
| | | | | | | * lisp/progmodes/f90.el (f90-calculate-indent): Give preprocessor lines before the first code statement zero indent. Fixes: debbugs:9690
* Rework count-words-region. New command count-words.Chong Yidong2011-10-083-17/+47
| | | | | | | | | | | | | | | | | | | See discussion at http://lists.gnu.org/archive/html/emacs-devel/2011-10/msg00193.html * lisp/simple.el (count-words-region): Always count in the region. Report the number of lines and characters too. (count-words): New command, which counts in the buffer if the region is inactive, as count-words-region used to. (count-words--message): New function. Handle plurals. (count-lines-region): Make it an alias for count-words-region. * lisp/bindings.el (esc-map): Replace count-lines-region with count-words-region. * doc/emacs/basic.texi (Position Info): Omit page commands. Document count-words-region and count-words. * doc/emacs/text.texi (Pages): Move what-page documentation here.
* Fix doc-string typo in switch-to-buffer.Martin Rudalics2011-10-082-1/+2
|
* Delete dedicated frame when killing its buffer. (Bug#9699)Martin Rudalics2011-10-082-3/+11
| | | | | * window.el (window--delete): Delete dedicated frame unconditionally when argument KILL is non-nil. (Bug#9699)
* * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.thierry volpiatto2011-10-082-10/+14
|
* * bindings.el ([M-left],[M-right]): Bind to left-word and right-word ↵Chong Yidong2011-10-072-2/+7
| | | | respectively.
* * lisp/cus-start.el (debug-on-quit): Fix custom type.Glenn Morris2011-10-062-7/+6
|
* Merge changes made in Gnus trunk.Gnus developers2011-10-063-12/+41
| | | | | | gnus.texi (Gnus Utility Functions): Add more references and explanations (bug#9683). ecomplete.el (ecomplete-display-matches): Use a local keymap to handle bindings. gnus-win.el (gnus-configure-windows): Protect against reading ephemeral groups outside of Gnus.
* (define-key-after): Clarify that the function is not useful for non-menu ↵Lars Magne Ingebrigtsen2011-10-062-1/+5
| | | | keymaps.
* * progmodes/gdb-mi.el (gdb): Fix typo in doc string.Lars Magne Ingebrigtsen2011-10-062-2/+6
|
* Update Changelogthierry volpiatto2011-10-061-0/+5
|
* * lisp/eshell/eshell.el (eshell-command): Enable `eshell-mode' only in ↵thierry volpiatto2011-10-061-7/+7
| | | | current minibuffer (Fix bug with recursive minibuffers).
* * lisp/progmodes/gdb-mi.el (gdb): Doc fix.Chong Yidong2011-10-062-0/+10
| | | | See http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00229.html
* shr.el (shr-tag-img): Don't get images displayed in tables.Katsumi Yamaoka2011-10-062-6/+11
|