- 28 Jan, 2012 20 commits
-
-
Eli Zaretskii authored
lisp/mail/emacsbug.el (report-emacs-bug): Fill the potentially long line that displays system-configuration-options.
-
Drew Adams authored
lisp/descr-text.el (describe-char): Show information about POS, in addition to information about the character at POS. Improve and update the doc string. Change "code point" to "code point in charset", to avoid confusion with the character's Unicode code point shown above that.
-
Eli Zaretskii authored
lisp/descr-text.el (describe-char): Show the raw character, not only its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>. See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html for the reasons.
-
Chong Yidong authored
-
Phil Hagelberg authored
* emacs-lisp/package.el (package-install): Run package-refresh-contents if there is no archive yet. Fixes: debbugs:97978
-
Chong Yidong authored
* lisp/emacs-lisp/package.el (package-maybe-load-descriptor): New function, split from package-maybe-load-descriptor. (package-maybe-load-descriptor): Use it. (package-download-transaction): Fully load required packages inside the loop, so that `require' calls work. (package-install): No need to call package-initialize now. Fixes: debbugs:10593
-
Chong Yidong authored
* lisp/tooltip.el (tooltip-mode): Doc fix. (tooltip-use-echo-area): Mark as obsolete. Fixes: debbugs:6595
-
Chong Yidong authored
Clarify role of NORECORD arg to select-frame.
-
Chong Yidong authored
-
Chong Yidong authored
Fixes: debbugs:3249
-
Chong Yidong authored
to current sources. Delete the old non-derived-major-mode example, which has diverged badly from current sources. * lisp/text-mode.el (text-mode): Minor tweak to make the mirrored manual node nicer.
-
Chong Yidong authored
* doc/emacs/display.texi (Faces): Add xref to Colors node. Fixes: debbugs:352
-
Chong Yidong authored
Fixes: debbugs:10552
-
Chong Yidong authored
Fixes: debbugs:10550
-
Chong Yidong authored
Fixes: debbugs:10541
-
Lars Ingebrigtsen authored
-
Gnus developers authored
shr.el (shr-browse-url): Fix the name of the `browse-url-mail' function call. gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to seconds, and make the repeat clause with HH:MM specs work as documented.
-
Chong Yidong authored
-
Chong Yidong authored
(rmail-mail-return): Switch to NEWBUF only if it is non-nil. Fixes: debbugs:10625
-
Chong Yidong authored
Fixes: debbugs:10542
-
- 27 Jan, 2012 10 commits
-
-
Eduard Wiebe authored
Fixes: debbugs:10445
-
Glenn Morris authored
This is due to their use of EMACSLOADPATH; see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6401#48 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10208#25
-
Mike Lamb authored
* lisp/pcmpl-unix.el (pcmpl-ssh-known-hosts): Handle [host]:port syntax. Fixes: debbugs:10533
-
Glenn Morris authored
* doc/lispref/makefile.w32-in (texinputdir): Fix (presumed) typo. (VERSION, manual): Remove, unused.
-
Lars Ingebrigtsen authored
gnus-start.el (gnus-get-unread-articles): Clear out "early" methods so that previous errors don't prohibit getting new news. nnimap.el (nnimap-retrieve-group-data-early): Ditto. nntp.el (nntp-retrieve-group-data-early): Ditto.
-
Bastien Guerry authored
-
Alex Harsanyi authored
Fixes: debbugs:10405
-
Chong Yidong authored
* doc/lispref/commands.texi (Command Overview): Minor clarification (Bug#10384).
-
Dani Moncayo authored
* doc/emacs/buffers.texi (Select Buffer): Clarify explanation of switching to new buffers. Fix description of next-buffer and previous-buffer (Bug#10334). (Misc Buffer): Add xref to View Mode. * doc/emacs/text.texi (Fill Commands): Fix description of sentence-end-double-space.
-
Katsumi Yamaoka authored
-
- 26 Jan, 2012 10 commits
-
-
Katsumi Yamaoka authored
-
Gnus developers authored
gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction bound in old Emacsen and XEmacsen. gnus.el (gnus-group-find-parameter): Check for liveness of the buffer, not of the string which is its name. gnus-sum.el (gnus-summary-move-article): Don't propagate marks to non-server-marks groups. (gnus-group-make-articles-read): Ditto. gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral methods (bug#9676). gnus.el (gnus-method-ephemeral-p): New function.
-
Eli Zaretskii authored
-
Chong Yidong authored
Fixes: debbugs:10503
-
Chong Yidong authored
* doc/lispref/searching.texi (String Search): Document negative repeat count. * src/search.c (Fsearch_forward, Fsearch_backward): Document negative repeat counts (Bug#10507).
-
Glenn Morris authored
-
Lars Ingebrigtsen authored
nnimap.el (nnir-search-thread): Autoload to avoid a compilation warning. gnus-sum.el (gnus-summary-line-format-alist): Don't try to macroexpand the nnir things, since they haven't been defined yet, and nnir requires gnus-sum.
-
Katsumi Yamaoka authored
-
Glenn Morris authored
Ref http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00543.html * doc/lispref/variables.texi (Using Lexical Binding): Mention that lexical-binding should be set in the first line. * src/lread.c (syms_of_lread): Doc fix. * lisp/emacs-lisp/tabulated-list.el, lisp/progmodes/f90.el: Move lexical-binding file-local to line one. * etc/NEWS: lexical-binding should be ine the first line.
-
Glenn Morris authored
For an example of the problems NOT doing this might cause, see eg http://lists.gnu.org/archive/html/bug-gnu-emacs/2006-07/msg00000.html Eg after: (global-set-key (kbd "C-u") ctl-x-map) (global-set-key (kbd "C-x") 'universal-argument) just loading dired-x.el or term.el would give an error. * lisp/dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map. * lisp/term.el (term-raw-escape-map): Use Control-X-prefix. * lisp/vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.
-