- 14 Apr, 2012 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
- 13 Apr, 2012 17 commits
-
-
Vivek Dasmohapatra authored
-
Masatake YAMATO authored
* minibuffer.el (minibuffer-local-filename-syntax): New variable to allow `C-M-f' and `C-M-b' to move to the nearest path separator.
-
Lars Ingebrigtsen authored
* avoid.el: Require cl when compiling. And also move the `provide' to the end.
-
Thierry Volpiatto authored
* avoid.el (mouse-avoidance-banish-position): New variable. (mouse-avoidance-banish-destination): Use it.
-
Thierry Volpiatto authored
* avoid.el (mouse-avoidance-banish-position): New variable. (mouse-avoidance-banish-destination): Use it.
-
Atsuo Ohki authored
Fixes: debbugs:11238
-
Leo Liu authored
-
Ken Brown authored
* 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.
-
Ken Brown authored
-
Stefan Monnier authored
the region on shift if the binding is already shifted. Fixes: debbugs:11221
-
Glenn Morris authored
-
Chong Yidong authored
* 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
-
Chong Yidong authored
-
Reuben Thomas authored
-
Chong Yidong authored
-
Glenn Morris authored
* mule.texi (Select Input Method, Coding Systems, Recognize Coding): Copyedits. (Coding Systems): Mac OS X apparently uses newlines for EOL. (Recognize Coding): Remove old auto-coding-regexp-alist example. auto-coding-functions does not override coding: tags. Remove rmail-decode-mime-charset; it no longer has any effect.
-
Glenn Morris authored
-
- 12 Apr, 2012 16 commits
-
-
Ted Zlatanov authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Lars Magne Ingebrigtsen authored
-
Drew Adams authored
Fixes: debbugs:10123
-
Jari Aalto authored
Fixes: debbugs:7515
-
Juanma Barranquero authored
lib-src/emacsclient.c (decode_options) [WINDOWSNT]: Fix typo in 2011-12-04T17:13:01Z!lekktu@gmail.com. Call ttyname instead of passing its address.
-
Glenn Morris authored
-
Vivek Dasmohapatra authored
* hexl.el (hexl-bits): New variable. (hexl-options): Mention the variable in the doc string. (hexl-rulerise): New function. (hexl-line-displen): New function (hexl-mode): Mention the new variable. (hexl-mode, hexl-current-address, hexl-current-address): Use the displen. (hexl-ascii-start-column): New function. (hexl-address-to-marker, hexl-beginning-of-line, hexl-options) (hexl-insert-char, hexl-mode-ruler): Use the displen. Fixes: debbugs:4941
-
Chong Yidong authored
* 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.
-
Agustín Martín authored
As done for ispell in in 2012-04-08T17:09:03Z!eliz@gnu.org, in flyspell-large-region we also need to specify encoding for hunspell with ("-i" ENCODING), in 2 separate command-line arguments, as expected by hunspell.
-
Ken Brown authored
-
Glenn Morris authored
Use "^" for the postfix example, because it is less confusing inside Info's `quotes'.
-
Glenn Morris authored
-
Stefan Monnier authored
* lisp/battery.el (battery--linux-sysfs-regexp): New const. (battery-status-function): Use it. Remove yeeloong special case. (battery-yeeloong-sysfs): Remove. (battery-echo-area-format): Remove yeeloong special case.
-
Glenn Morris authored
* 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.
-
- 11 Apr, 2012 5 commits
-
-
Lars Magne Ingebrigtsen authored
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.
-
Stefan Monnier authored
Reported by Noah Friedman. Backport from trunk.
-
Stefan Monnier authored
Reported by Noah Friedman.
-
Stefan Monnier authored
-
Alan Mackenzie authored
-