| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
(minibuffer-complete-and-exit): Use it.
Fixes: debbugs:114
|
|
|
|
| |
Fixes: debbugs:9160
|
| |
|
| |
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
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>.
|
| |
|
|
|
|
|
|
| |
detection
for lack of TLS capability.
|
|
|
|
| |
putting the argument choices in front and in bold.
|
| |
|
|
|
|
| |
empty buffer.
|
|
|
|
| |
unread-command-events rather than pushing yet-another event.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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).
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
even in case of error; add debug spec; simplify data flow.
(with-timeout-handler): Remove.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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).
|
|
|
|
| |
(flyspell-post-command-hook): ...to here.
|
|
|
|
|
|
|
|
| |
* 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".
|
|
|
|
| |
`href' value.
|
|
|
|
|
|
|
| |
(isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
Use it.
Fixes: debbugs:9727
|
|
|
|
| |
Drop `bbdb-cache'.
|
| |
|
|
|
|
|
| |
* lisp/progmodes/f90.el (f90-next-statement):
Ignore preprocessor lines, like f90-previous-statement does.
|
|
|
|
| |
checking if there is signed or encrypted body in text/plain message.
|
|
|
|
| |
interactive use to avoid error.
|
|
|
|
| |
i.e. ignore normal errors but not the other ones.
|
| |
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
| |
* window.el (special-display-buffer-names)
(special-display-regexps): Remove some remnants of earlier
changes from doc-strings.
|
|
|
|
| |
containing "=".
|
| |
|
|
|
|
| |
condition.
|
|
|
|
| |
http://debbugs.gnu.org/9701
|
|
|
|
|
|
|
| |
* lisp/progmodes/f90.el (f90-calculate-indent):
Give preprocessor lines before the first code statement zero indent.
Fixes: debbugs:9690
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
* window.el (window--delete): Delete dedicated frame unconditionally
when argument KILL is non-nil. (Bug#9699)
|
| |
|
|
|
|
| |
respectively.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
keymaps.
|
| |
|
| |
|
|
|
|
| |
current minibuffer (Fix bug with recursive minibuffers).
|
|
|
|
| |
See http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00229.html
|
| |
|