| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
* lisp/scroll-all.el (scroll-all-mode): Move to windows group.
|
|
|
|
| |
Fixes: debbugs:11240
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* doc/lispref/processes.texi (Processes, Subprocess Creation, Shell Arguments):
(Synchronous Processes): Copyedits.
(Subprocess Creation): Discourage modifying exec-path directly.
(Synchronous Processes): Update some example output.
(Process Information): Fix typo.
(Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
* lisp/simple.el (process-file-side-effects): Doc fix.
|
| | |
|
| |
| |
| |
| |
| |
| | |
* emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall.
Fixes: debbugs:11241
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
(server-auth-key, server-generate-key): Doc fixes.
(server-get-auth-key): Doc fix. Use `string-match-p'.
(server-start): Reflow docstring.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* server.el (server-auth-key): New variable.
(server-generate-key): New function.
(server-get-auth-key): New function.
(server-start): Use the new variable and functions to allow
setting a permanent server key.
Fixes: debbugs:9423
|
| | |
|
| |
| |
| |
| |
| | |
* lisp/hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
Emacs uses American spelling.
|
| |
| |
| |
| |
| |
| |
| |
| | |
(emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
(emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
(emacs-lock--kill-buffer-query-functions): Run new hook.
Fixes: debbugs:11017
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
* emulation/cua-base.el (cua-exchange-point-and-mark): Just call
exchange-point-and-mark if cua-enable-cua-keys is nil.
Fixes: debbugs:11191
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* doc/lispref/customize.texi (Applying Customizations):
(Custom Themes): New nodes.
* doc/lispref/display.texi (Defining Faces): Reference custom-set-faces.
* doc/lispref/modes.texi (Defining Minor Modes, Defining Minor Modes):
* doc/lispref/os.texi (Startup Summary): Copyedits.
* doc/emacs/custom.texi (Creating Custom Themes): Add reference to Custom
Themes node in Lisp manual.
* lisp/custom.el (custom-theme-set-variables): Doc fix.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* doc/emacs/mule.texi (International): Copyedits.
(International Chars): Update C-x = example output.
(Disabling Multibyte): Rename from "Enabling Multibyte".
Clarify what "unibyte: t" does, and mode-line description.
(Unibyte Mode): Update for "Disabling Multibyte" node name change.
Use Texinfo recommended convention for quotes+punctuation.
* doc/emacs/custom.texi (Specifying File Variables):
Fix "unibyte" description.
Update for "Disabling Multibyte" node name change.
* doc/emacs/emacs.texi: Update for "Disabling Multibyte" node name change.
* doc/lispref/loading.texi (Loading Non-ASCII):
"unibyte:" can also be at the end.
* lisp/international/mule.el (set-auto-coding-for-load): Doc fix.
|
| |
| |
| |
| |
| |
| |
| | |
(bug#7410).
gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't have a group name.
gnus-start.el (gnus-read-newsrc-el-file): Protect against broken .newsrc.el files.
|
| |
| |
| |
| | |
Reported by Noah Friedman. Backport from trunk.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fixes: debbugs:10996
|
| | |
|
| |
| |
| |
| | |
lisp/international/characters.el: Add more missing Latin case pairs.
|
| |
| |
| |
| |
| |
| | |
letter-case pairs.
lisp/international/characters.el: Recover lost case pairs.
|
| | |
|
| |
| |
| |
| |
| |
| | |
lisp/international/characters.el: Add set-case-syntax-pair call for
LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
counterpart.
|
| |
| |
| |
| | |
lisp/simple.el (shell-command-on-region): Doc fix.
|
| | |
|
| |
| |
| |
| | |
lisp/textmodes/ispell.el (ispell-dictionary-base-alist): Add data for Hebrew.
|
| |
| |
| |
| | |
Fixes: debbugs:11192
|
| |
| |
| |
| | |
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-04/msg00165.html
|
| |
| |
| |
| |
| | |
lisp/minibuffer.el (completion-in-region-mode-map): Bind
completion-help-at-point to M-? rather than ?.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
* minibuffer.el (minibuffer-local-filename-syntax): New variable
to allow `C-M-f' and `C-M-b' to move to the nearest path
separator.
|
| |
| |
| |
| |
| | |
* avoid.el: Require cl when compiling. And also move the
`provide' to the end.
|
| |
| |
| |
| |
| | |
* avoid.el (mouse-avoidance-banish-position): New variable.
(mouse-avoidance-banish-destination): Use it.
|
| |
| |
| |
| |
| | |
* avoid.el (mouse-avoidance-banish-position): New variable.
(mouse-avoidance-banish-destination): Use it.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* lisp/net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
this is no longer needed now that cygstart understands file://
URLs.
(browse-url-filename-alist): For the same reason, don't modify
file:// URLs on Cygwin.
|
| |
| |
| |
| |
| |
| | |
the region on shift if the binding is already shifted.
Fixes: debbugs:11221
|
| | |
|
| |
| |
| |
| | |
Fixes: debbugs:10123
|
| | |
|