Agustín Martín
935d1290a6
ispell.el (ispell-get-extended-character-mode): Make sure extended-character-mode is nil for hunspell
...
Work around hunspell not ignoring extended-character-mode
set from pipe mode by making sure extended-character-mode
is nil for hunspell.
2012-03-30 11:45:11 +02:00
Glenn Morris
61c6e8fd0e
help-with-tutorial buffer-read-only fix
...
* lisp/tutorial.el (help-with-tutorial):
Ensure local variables don't happen to make the buffer read-only.
Fixes: debbugs:11127
2012-03-29 20:59:52 -07:00
Stefan Monnier
81fdff0036
* lisp/progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
...
(perl-calculate-indent): Return `noindent' in strings.
2012-03-29 23:13:04 -04:00
Sam Steingold
6e7a6ec037
calendar/calendar.el (calendar-exit): Use `quit-windows-on' instead of
...
the broken adhockery which does not prevent calendar buffers from
being displayed at random after exit.
(calendar-window-list, calendar-hide-window): Remove the broken adhockery.
2012-03-29 10:00:00 -04:00
Glenn Morris
fee88ca0e8
Doc and lispref updates related to searching
...
* doc/lispref/searching.texi (Regexp Functions, Regexp Search):
(Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
(Regexp Functions): Mention regexp-opt is not guaranteed.
Mention regexp-opt-charset.
(Regexp Search): Recommend against looking-back.
(Search and Replace): Use Texinfo recommended quote convention.
Add more query-replace-map items. List multi-query-replace-map items.
* lisp/replace.el (query-replace-map): Doc fix.
* admin/FOR-RELEASE: Related markup.
2012-03-28 12:30:12 -07:00
Andreas Schwab
38de3354b7
Fixes: debbugs:11109
...
* vc/vc-git.el (vc-git-state): Don't try to match all of the diff
contents.
2012-03-28 12:12:02 +02:00
Paul Eggert
425df10c7b
Spelling fixes.
2012-03-28 00:24:26 -07:00
Stefan Monnier
b973155e95
* lisp/emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo.
...
(avl-tree--check, avl-tree--check-node): New funs.
Fixes: debbugs:11077
2012-03-27 16:43:09 -04:00
Martin Rudalics
dcb6e7b38a
Optionally avoid that switching to previous or next buffer shows that buffer twice.
...
* window.el (switch-to-visible-buffer): New option.
(switch-to-prev-buffer, switch-to-next-buffer): Observe
switch-to-visible-buffer. Make sure that checking for a window
showing a buffer already is done on the same frame.
* windows.texi (Window History): Describe new option
switch-to-visible-buffer.
2012-03-27 11:22:01 +02:00
Glenn Morris
b4fa35fa9c
* lisp/startup.el (mail-host-address): Doc fix.
2012-03-26 23:45:12 -07:00
Stefan Monnier
f9210e18be
* emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
...
than 197 variables.
2012-03-26 15:10:00 -04:00
Ami Fischman
c0bf77531e
* vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2012-03-26 11:08:15 +08:00
Glenn Morris
02243d9dc1
More small edits for lispref/os.texi
...
* doc/lispref/os.texi (Killing Emacs): Copyedits.
(Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
Shorten the example, use more standard shell prompts.
* lisp/files.el (save-buffers-kill-emacs): Doc fix.
2012-03-25 18:35:47 -07:00
Glenn Morris
33da7b164b
Small edits for lispref/os.texi
...
* doc/lispref/os.texi (Startup Summary): Copyedits. Fix startup screen logic.
(Init File): Copyedits.
(Command-Line Arguments): Copyedits. Do not mention argv alias.
* lisp/startup.el (normal-top-level, command-line, command-line-1):
Give them doc strings.
2012-03-25 17:37:04 -07:00
Eli Zaretskii
e5a69fd00a
Fix parallel "make install" on MS-Windows.
...
nt/makefile.w32-in (install-bin): Don't copy addpm.exe here. Use
$(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping
on other (parallel) Make job's toes.
(install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'.
(install-shortcuts): Depend on $(INSTALL_DIR)/bin. Copy addpm.exe
here.
(maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist): Depend
on create-tmp-dist-dir.
nt/nmake.defs (DIRNAME): New variable.
(IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
same-dir.tst.
nt/gmake.defs (DIRNAME): New variable.
(IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
same-dir.tst, to avoid conflicts between several (parallel) Make
jobs.
lisp/makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
of same-dir.tst, to avoid stepping on other (parallel) Make job's
toes.
leim/makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
of same-dir.tst, to avoid stepping on other (parallel) Make job's
toes.
2012-03-25 20:17:46 +02:00
Chong Yidong
4125cb8b65
Fix interaction of load-theme with cust-theme.el.
...
* lisp/custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
theme if it was previously enabled before (Bug#11031).
* lisp/cus-theme.el (customize-create-theme, custom-theme-revert): Doc fixes.
2012-03-25 22:05:51 +08:00
Lars Magne Ingebrigtsen
e0fe1d5589
Fix race condition in url-queue when doing the callback
...
* url-queue.el (url-queue-kill-job): Check whether the buffer has
been killed asynchronously before selecting it.
2012-03-25 15:38:22 +02:00
Chong Yidong
dd47096027
Fix for custom-theme-write-faces.
...
* lisp/cus-theme.el (custom-theme-write-faces): Retrieve current face
spec with custom-face-get-current-spec if its :shown-value is not
determined yet.
Fixes: debbugs:9337
2012-03-25 20:52:49 +08:00
Chong Yidong
9a69676ae6
Updates to Display chapter of Lisp manual.
...
* doc/lispref/display.texi (Fringes): Note that fringes are shown on graphical
displays only.
(Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
(Replacing Specs): Clarify example.
(Manipulating Buttons): Note that button-at can return a marker.
(Buttons): Minor rewrite.
(Character Display): New node. Consolidate all character display
related nodes into its subsections.
(Usual Display): Character 127 is also affected by ctl-arrow.
(Display Tables): Improve example.
* lisp/button.el (button-at): Minor addition to docstring.
2012-03-25 15:58:59 +08:00
Simon Leinen
6e7e90fa24
* vc/vc.el (vc-merge): Fix a prompt.
2012-03-24 21:23:23 +08:00
Chong Yidong
f06e2758ba
* mwheel.el (mwheel-scroll): Call deactivate-mark at the right point.
...
Fixes: debbugs:9623
2012-03-24 19:05:39 +08:00
Gnus developers
005a89ffd3
Merge changes made in No Gnus
...
2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
* auth-source.el (auth-source-netrc-create): Quote tokens that contain
"#" to avoid having them interpreted as comments.
2012-03-22 Peder O. Klingenberg <peder@klingenberg.no> (tiny change)
* gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
reflect the new default.
2012-03-23 11:22:21 +00:00
Stefan Monnier
b9d0879b49
* lisp/newcomment.el (comment-choose-indent): No space after BOL.
2012-03-22 22:46:31 -04:00
Sam Steingold
e71cebb3c3
* lisp/window.el (switch-to-prev-buffer): Revert last patch because the
...
bug turned out to be an advertised feature (Elisp manual 28.14).
2012-03-22 16:49:04 -04:00
Glenn Morris
9e1a1109f7
Tweak previous vz-bzr change yet again
2012-03-22 15:57:43 -04:00
Glenn Morris
b4715d2a08
Tweak previous vc-bzr change
2012-03-22 15:17:43 -04:00
Glenn Morris
335aff3569
Use bzr status --no-classify when supported (bug#6724)
...
* lisp/vc/vc-bzr.el (vc-bzr-status-switches): New option.
(vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2012-03-22 15:06:03 -04:00
Lars Magne Ingebrigtsen
c676576a42
Fix starttls-related error message under Windows
...
* net/network-stream.el (network-stream-open-starttls): Make error
message under Windows be less misleading.
2012-03-22 19:42:12 +01:00
Liang Wang
126f3d39bb
* lisp/progmodes/etags.el (etags-list-tags): Only use tags which goto-func
...
understands.
Fixes: debbugs:9942
2012-03-22 10:46:05 -04:00
Chong Yidong
64fee3118a
Fix corner case in end-of-visible-line.
...
* lisp/simple.el (end-of-visible-line): Handle return value of
next-single-property-change properly.
Fixes: debbugs:9371
2012-03-22 15:38:05 +08:00
Kenichi Handa
0e85d2cf54
merge trunk
2012-03-22 13:23:16 +09:00
Kenichi Handa
a640d29ae4
international/quail.el (quail-insert-kbd-layout): Fix previous change. To avoid unwanted bidi reordering, use bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2012-03-22 13:20:07 +09:00
Dmitry Gutov
396750161e
* lisp/progmodes/ruby-mode.el: Don't confuse "end:" for "end".
...
(ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
(ruby-beginning-of-indent): Be more careful with the difference
between word-boundary and symbol boundary.
(ruby-mode-syntax-table): Make : a symbol constituent.
Fixes: debbugs:10786
2012-03-21 14:33:07 -04:00
Stefan Monnier
0a6934fc04
Fix last ChangeLog + Andreas Politz has signed paperwork.
2012-03-21 14:27:05 -04:00
Stefan Monnier
3d008e4f23
* lisp/outline.el (outline-flag-region): Evaporate overlays.
...
Fixes: debbugs:10789
2012-03-21 14:21:24 -04:00
Stefan Monnier
af67c9d7cd
* progmodes/etags.el (tags-completion-at-point-function): Improve last fix.
2012-03-21 13:50:28 -04:00
Stefan Monnier
1acad97c3e
* lisp/files.el (move-file-to-trash): Files aren't regexps.
...
Fixes: debbugs:11055
2012-03-21 13:44:55 -04:00
Sam Steingold
e298b5da3d
* lisp/progmodes/etags.el (tags-completion-at-point-function):
...
Avoid the error when point is inside the pattern.
2012-03-21 13:17:23 -04:00
Sam Steingold
6e5d1d00ca
(dired-listing-switches): apparently, "ls -b" is actually supposed to work
2012-03-21 13:15:39 -04:00
John Yates
91d82a7029
* progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first line.
...
Fixes: debbugs:10855
2012-03-22 01:02:09 +08:00
Chong Yidong
69188b79df
* info.el (Info-menu): Handle string value of FORK arg.
...
Fixes: debbugs:10858
2012-03-22 00:56:55 +08:00
Anmol Khirbat
99fc91fecd
Handle nil value of ido-completion-buffer.
...
* lisp/ido.el (ido-set-current-directory, ido-read-internal)
(ido-choose-completion-string, ido-completion-help): Handle nil
value of ido-completion-buffer.
Fixes: debbugs:11008
2012-03-22 00:41:01 +08:00
Sam Steingold
a98a6a97d9
(dired-listing-switches): "ls -b" breaks dired - document this
2012-03-21 12:07:04 -04:00
Sam Steingold
087bbb4cac
* lisp/window.el (switch-to-prev-buffer): Do not switch to a visible
...
window previous buffer, just like with the frame previous buffers.
2012-03-21 12:01:18 -04:00
Chong Yidong
fb5b8aca99
Updates to Display chapter of Lisp manual.
...
* doc/lispref/display.texi (The Echo Area): Add xref to Output Streams.
(Displaying Messages): Improve doc of message.
(Echo Area Customization, Invisible Text): Copyedits.
(Invisible Text): Mention that spec comparison is done with eq.
(Width): Improve doc of char-width.
(Faces): Recommend using symbol instead of string for face name.
Minor clarifications.
(Defining Faces): Copyedits. Update face example.
(Attribute Functions): Mark set-face-foreground etc as commands.
(Face Remapping): Mention text-scale-adjust. Clarify
face-remapping-alist and related docs.
(Face Functions): Don't document make-face or copy-face.
* lisp/faces.el (make-face, make-empty-face, copy-face):
* lisp/face-remap.el (face-remap-add-relative, face-remap-set-base):
Doc fixes.
* src/xfaces.c (Vface_remapping_alist): Doc fix.
2012-03-21 15:02:13 +08:00
Stefan Monnier
dc9924b8bd
* lisp/wid-edit.el (widget-complete-field): Remove.
...
(widget-complete): Remove broken use of it.
Fixes: debbugs:11051
2012-03-20 22:13:52 -04:00
Chong Yidong
f0bcceb995
Improve column width calculation in tabulated-list.el.
...
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-print-entry): Use
string-width and truncate-string-width to handle arbitrary
characters.
2012-03-20 23:44:45 +08:00
Tassilo Horn
ee52ebf3e2
* textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
...
to draw rectangles, not squares. (Regression introduced by
2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2012-03-20 09:13:11 +01:00
Lars Magne Ingebrigtsen
e76917e6cd
shr.el (shr-insert): Minor shr white space rendering tweak
2012-03-19 14:44:14 +00:00
Chong Yidong
4c5779ab90
* faces.el (face-spec-reset-face): Don't run display-graphic-p if undefined.
2012-03-18 22:18:01 +08:00
Leo Liu
153609342a
* lisp/net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with
...
prefix.
2012-03-18 11:27:28 +08:00
Eli Zaretskii
d9a8eb664e
Fix doc strings in ispell.el/.
...
lisp/textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
(ispell-choices-win-default-height, ispell-silently-savep)
(ispell-dictionary-alist, ispell-encoding8-command)
(ispell-check-version, ispell-aspell-find-dictionary)
(ispell-valid-dictionary-list, ispell-words-keyword)
(ispell-get-word, ispell-internal-change-dictionary)
(ispell-region, ispell-skip-region-list)
(ispell-begin-skip-region-regexp, ispell-ignore-fcc)
(ispell-process-line, ispell-minor-mode, ispell-minor-check)
(ispell-message-text-end, ispell-message)
(ispell-buffer-local-parsing): Doc fix.
2012-03-17 21:46:52 +02:00
Jambunathan K
f02ff80d33
* htmlfontify.el: Add support for code block fontification
...
for ODT export.
(hfy-optimisations): Define new option
`body-text-only'
(hfy-fontify-buffer): Honor above setting.
(hfy-begin-span, hfy-end-span): New routines factored out form
`hfy-fontify-buffer'.
(hfy-begin-span-handler, hfy-end-span-handler): New variables
that permit insertion of custom tags.
(hfy-fontify-buffer): Use above handlers.
(hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
(hfy-face-to-css): Re-defined to be a variable.
(hfy-compile-stylesheet): Modified. Allow stylesheet to be built
over multiple runs. This is made possible by having the caller let
bind a special variable `hfy-user-sheet-assoc'.
(htmlfontify-string): New defun.
(hfy-compile-face-map): Make sure that the last char in the
buffer is correctly fontified.
(hfy-face-resolve-face): Whitespace only change.
Fixes: debbugs:9914
2012-03-17 22:03:54 +08:00
Eli Zaretskii
9ac7a13f08
Improve error message in ispell-get-decoded-string.
...
lisp/textmodes/ispell.el (ispell-get-decoded-string): Make the error
message mention the alists that need to be fixed.
2012-03-17 11:13:19 +02:00
Leo Liu
e2b5bdd73a
* lisp/emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2012-03-17 00:36:27 +08:00
Alan Mackenzie
2e492df3cd
Further optimise the handling of large macros.
2012-03-16 14:10:54 +00:00
Leo Liu
50e94f0c5d
* lisp/font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2012-03-16 20:26:22 +08:00
Aaron S. Hawley
6f09f6ed08
tar-mode buffer-read-only fix
...
* lisp/tar-mode.el (tar-mode): Fix saving by conditionally undoing
`special-mode' setting of `buffer-read-only'.
Fixes: debbugs:11010
2012-03-16 00:21:23 -07:00
Glenn Morris
da98623081
Doc fixes for view-mode and special major-modes
...
Ref: http://debbugs.gnu.org/10650
* doc/lispref/modes.texi (Major Mode Conventions):
Mention the strange (IMO) relationship between View mode and special modes.
* lisp/view.el (view-buffer, view-buffer-other-window)
(view-buffer-other-frame): Doc fixes re special mode-class.
2012-03-15 21:40:20 -04:00
Glenn Morris
0835f01e98
eval-after-load fix for bug#10946
...
* lisp/subr.el (eval-after-load): If named feature is provided not
from a file, run after-load forms.
2012-03-15 21:27:23 -04:00
Glenn Morris
c7e73d5177
calendar-insert-at-column small fix for bug#10978
...
* lisp/calendar/calendar.el (calendar-insert-at-column):
Handle non-unit-width characters a bit better.
2012-03-15 21:10:46 -04:00
Chong Yidong
3f2eafd1fb
Fix ring extension code in ring.el, and tweak comint-input-ring handling.
...
* lisp/emacs-lisp/ring.el (ring-extend): New function.
(ring-insert+extend): Extend the ring correctly.
* lisp/comint.el (comint-read-input-ring)
(comint-add-to-input-history): Grow comint-input-ring lazily.
Fixes: debbugs:11019
2012-03-15 16:00:43 +08:00
Stefan Monnier
663b16775f
* lisp/progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
...
Fix up parsing of multiline twoarg non-paired elements.
Fixes: debbugs:11014
2012-03-14 23:09:26 -04:00
Stefan Monnier
103af3fe87
* lisp/imenu.el: Fix multiple inheritance breakage.
...
(imenu-add-to-menubar): Don't add a redundant index.
(imenu-update-menubar): Handle a dynamically composed keymap.
Fixes: debbugs:9199
2012-03-14 21:38:40 -04:00
Lars Magne Ingebrigtsen
160ae063e0
Merge changes made in No Gnus
2012-03-14 22:15:04 +00:00
Lars Magne Ingebrigtsen
cc2ab73270
Always call the callback when timing out url-queue jobs
...
* url-queue.el (url-queue-kill-job): Make sure that the callback
is always called, even if we have a timeout.
2012-03-14 03:44:09 +01:00
Katsumi Yamaoka
899cb7cb68
mail/sendmail.el (mail-encode-header): Bind rfc2047-encode-encoded-words to nil.
2012-03-13 23:27:56 +00:00
Glenn Morris
3809f91dfa
Small calendar-string-spread fix for bug#10978
...
* lisp/calendar/calendar.el (calendar-string-spread):
Handle non-unit-width characters a bit better.
2012-03-13 13:56:31 -04:00
Leo Liu
9e345a01ba
* lisp/vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
...
directory and file as argument.
Fixes: debbugs:10822
2012-03-13 18:40:29 +08:00
Kaushik Srenevasan
4a07df36a5
GDB change for dynamically generated code (tiny change)
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00753.html
* lisp/progmodes/gdb-mi.el (gdb-invalidate-disassembly):
For dynamically generated code, follow $PC.
(gdb-disassembly-handler-custom): Handle no function name case.
Fixes: debbugs:10597
2012-03-13 00:07:10 -07:00
Tim Landscheidt
4aaa93566b
Fix some missing trailing whitespace (tiny change)
...
* lisp/calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
* lisp/emulation/ws-mode.el (ws-query-replace):
* lisp/sort.el (sort-regexp-fields):
Fix missing trailing whitespace in interactive prompts.
Fixes: debbugs:11002
2012-03-12 23:54:37 -07:00
Paul Eggert
f003f29445
Spelling fixes.
2012-03-12 15:35:55 -07:00
David Engster
41bf0c4844
* semantic/db-find.el
...
(semanticdb-find-translate-path-brutish-default): If we don't yet
have a proper table for PATH, use `semanticdb-current-database'
instead (bug #10343 ).
2012-03-12 21:51:17 +01:00
Stefan Monnier
225979daf9
* lisp/dabbrev.el: Fix cycle completion order.
...
(dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
(dabbrev-completion): Don't use an obarray; provide
a cycle-sort-function.
Fixes: debbugs:10963
2012-03-12 16:07:45 -04:00
Leo Liu
e2f1fdab91
* lisp/simple.el (kill-new): Use equal-including-properties for
...
comparison.
(kill-do-not-save-duplicates): Doc fix.
2012-03-13 02:21:35 +08:00
Stefan Monnier
b19490edc3
* lisp/dabbrev.el: Fix cycle completion.
...
Use lexical binding and wrap to 80 columns.
(dabbrev-completion): Delay computing the list of completions.
Fixes: debbugs:10963
2012-03-12 09:03:10 -04:00
Lars Magne Ingebrigtsen
cd001b8c9b
gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs 24.1 release.
2012-03-12 11:48:55 +00:00
Kenichi Handa
4b05d72231
international/quail.el (quail-insert-kbd-layout): Surround each row by LRO and PDF instead of inserting many LRMs. Pad the left and right of each non-spacing marks. Insert invisible space between lower and upper characters to prevent composition.
2012-03-12 16:42:02 +09:00
Stefan Monnier
dbbc2e69e4
* lisp/minibuffer.el (minibuffer-complete): Don't get confused when the
...
function is run twice via different commands.
(complete-with-action): Fix docstring.
Fixes: debbugs:10958
2012-03-12 00:10:59 -04:00
Chong Yidong
5d1ac394e1
Adapt nXML mode to Emacs 24 completion scheme.
...
* lisp/nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET.
(nxml-completion-at-point-function): New function.
(nxml-mode): Use it.
(nxml-bind-meta-tab-to-complete-flag): Default to t.
Fixes: debbugs:6776
2012-03-12 11:58:20 +08:00
Chong Yidong
292112ed3b
Load a package's generated autoloads file before byte compiling it.
...
* lisp/emacs-lisp/package.el (package-unpack, package-unpack-single):
Load generated autoloads file before byte compiling.
(package--make-autoloads-and-compile): New helper fun.
Fixes: debbugs:10970
2012-03-12 11:03:16 +08:00
Christopher Schmidt
4098f8f73c
* ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2012-03-12 10:41:22 +08:00
David Engster
da4189812b
* semantic/wisent/javascript.el (js-mode): Define `js-mode' as
...
child-mode of `javascript-mode' (bug #8445 ).
2012-03-11 21:29:14 +01:00
Michael Albinus
8d815e3c6a
Fix previous patch.
2012-03-11 19:02:48 +01:00
Michael Albinus
8f75469172
* autorevert.el (auto-revert-handler): Ensure, that
...
file-readable-p is applied only for local files or in
auto-revert-tail-mode.
2012-03-11 18:58:16 +01:00
Andreas Schwab
ad0bf5b6db
* server.el (server-eval-at): Handle non-tcp connections. Decode
...
result string.
2012-03-11 18:54:16 +01:00
Andreas Schwab
e29ab36b48
Define -print-nonl client command
...
* lib-src/emacsclient.c (main): Handle -print-nonl command.
* lisp/server.el (server-msg-size): New constant.
(server-reply-print): New function.
(server-eval-and-print): Use it.
(server-eval-at): Use server-quote-arg and server-unquote-arg.
Handle -print-nonl.
2012-03-11 18:53:07 +01:00
Christopher Schmidt
de5939bafc
* ibuffer.el (ibuffer-redisplay): Remove gratuitous error.
...
Fixes: debbugs:10987
2012-03-12 01:31:44 +08:00
Chong Yidong
397a688f21
* simple.el (goto-line): Doc fix.
...
Fixes: debbugs:9938
2012-03-12 00:57:04 +08:00
Chong Yidong
d3760c4b0a
Further doc fix for save-window-excursion.
2012-03-12 00:16:50 +08:00
Chong Yidong
2cc775f91d
Doc fixes for save-window-excursion.
...
* lisp/subr.el (save-window-excursion): Doc fix.
* doc/lispref/windows.texi (Window Configurations): save-window-excursion is
now a macro.
* doc/lispref/display.texi (Temporary Displays): with-output-to-temp-buffer is
now a macro.
Fixes: debbugs:9979
2012-03-12 00:10:07 +08:00
Chong Yidong
0c93eabf35
* dabbrev.el (dabbrev--find-expansion): Update progress reporter.
2012-03-11 23:45:44 +08:00
Chong Yidong
091006330e
Allow url-http to handle expired keepalive connections.
...
* lisp/url/url-http.el (url-http-end-of-document-sentinel): Handle
keepalive expiry by calling url-http again.
(url-http): New arg, for the above.
Fixes: debbugs:10223
2012-03-11 23:12:26 +08:00
Martin Rudalics
c491fa4190
In split-window-below fix handling of split-window-keep-point (Bug#10971).
...
* window.el (split-window-below): Fix bug in case where
split-window-keep-point is nil (Bug#10971).
2012-03-11 14:30:30 +01:00
Juri Linkov
300e8fa562
* lisp/replace.el (replace-highlight): Set isearch-word to nil unconditionally.
...
Fixes: debbugs:10887
2012-03-11 12:27:53 +02:00
Devon Sean McCullough
179f69112d
Bugfix for url-http-find-free-connection.
...
* lisp/url/url-http.el (url-http-find-free-connection): Don't pass a nil
argument to url-http-mark-connection-as-busy.
Fixes: debbugs:10891
2012-03-11 17:43:01 +08:00
Eli Zaretskii
dbf6c5a160
Allow ^substr, substr=, ~word in mairix searches via the form widget.
...
lisp/net/mairix.el (mairix-replace-invalid-chars): Rename from
mairix-replace-illegal-chars; all callers changed. Don't remove
^, ~, and = characters: they are meaningful in mairix search
specs.
(mairix-widget-create-query): Add usage information about mairix
search forms: negating words, searching for substrings, etc.
2012-03-10 16:36:42 +02:00
Jae-hyeon Park
b9e501dee8
* international/fontset.el (font-encoding-alist): Add an entry for ksx1001.
...
Fixes: debbugs:5667
2012-03-10 17:45:06 +08:00
Richard M. Stallman
1694e6c1bb
sendmail mode quoting bug fix.
2012-03-10 04:11:22 -05:00
Richard M. Stallman
607e855510
mail-utils.el: multibyte chars should be quoted.
2012-03-10 04:02:06 -05:00
Richard M. Stallman
de3bc99a8d
rmail.el: If view buffer gets lost with the real text, don't save
...
the Rmail file as just one message.
2012-03-10 03:54:24 -05:00
Richard M. Stallman
92795c9142
Make epa-mail-encrypt cope with read-only text.
2012-03-10 03:43:27 -05:00
Chong Yidong
699bd04ed6
Add delete-forward-char to CUA remappings.
...
* lisp/emulation/cua-rect.el (cua--init-rectangles):
* lisp/emulation/cua-base.el (cua--init-keymaps): Add delete-forward-char to remappings.
Fixes: debbugs:9666
2012-03-10 16:26:45 +08:00
Martin Rudalics
570a171480
Fix speedbar highlighting bug.
...
* lisp/speedbar.el (speedbar-unhighlight-one-tag-line): Avoid
unhighlighting due to frame switching.
Fixes: debbugs:10275
2012-03-10 15:58:54 +08:00
Chong Yidong
7a2c7ca7ca
Give completion field overlays high priority.
...
* lisp/minibuffer.el (completion-in-region, completion-help-at-point):
Give the completion field overlay a high priority.
Fixes: debbugs:6830
2012-03-10 15:08:51 +08:00
Chong Yidong
82dcf4e4d8
* dired.el (dired-goto-file): Recognize absolute file name listings.
...
(dired-goto-file-1): New helper function.
(dired-toggle-read-only): Inhibit warnings.
Fixes: debbugs:7126
2012-03-10 13:20:58 +08:00
David Edmondson
972596ccca
mm-uu.el (mm-uu-forward-extract): Be more liberal when extracting forwards as MIME
2012-03-10 02:02:24 +00:00
Michael Albinus
052e28acfc
* net/dbus.el: (dbus-property-handler): Return empty array if
...
there are no properties.
2012-03-09 23:06:09 +01:00
Leo Liu
95d5e396e2
Stricter check for string value in savehist-printable
...
Fixes: debbugs:10937
2012-03-10 02:09:46 +08:00
Eli Zaretskii
3f018d6d39
Make sure smtpmail produces valid mbox files with Unix EOLs for FCC.
...
lisp/mail/smtpmail.el (smtpmail-send-it): Bind
coding-system-for-write to *-unix, so that FCC files are kept in
valid mbox format.
2012-03-09 13:06:44 +02:00
Glenn Morris
f7fd3d79b7
Another dir-locals iteration
...
* lisp/files.el (dir-locals-find-file):
Don't check result is regular, readable.
(dir-locals-read-from-file): Demote errors.
2012-03-08 22:21:49 -05:00
Eli Zaretskii
6ff6e72f79
Prevent bidi reordering of rows and keys in the quail layout display.
...
lisp/international/quail.el (quail-insert-kbd-layout): Insert
invisible LRM characters before each character in a keyboard
layout cell, to prevent their reordering by bidi display engine.
For details, see the discussion in
http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html .
2012-03-08 20:21:07 +02:00
Alan Mackenzie
9cec78342c
Make c-mark-defun extend region when repeated, and leave a mark.
...
Fixes bugs #5525 , #10906 .
2012-03-08 11:32:57 +00:00
Michael Albinus
5aca4f7140
Fix my email address.
2012-03-08 09:22:16 +01:00
Glenn Morris
9a40b8d45e
Undo 2012-03-06T08:22:42Z!rgm@gnu.org
...
* lisp/files.el (locate-dominating-file, dir-locals-find-file):
Undo 2012-03-06 change.
2012-03-07 22:06:28 -08:00
Katsumi Yamaoka
d9507ec54e
mm-uu.el (mm-uu-type-alist): Comment fix by Frank Haun <fh@fhaun.de>
2012-03-08 02:34:26 +00:00
Eli Zaretskii
7a08ed357d
Fix direction of keyboard layout display for Arabic input method.
...
lisp/international/quail.el (quail-help): Force
bidi-paragraph-direction be left-to-right. See discussion in
http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
for the reason.
2012-03-07 20:48:07 +02:00
Michael Albinus
6612a28444
Avoid superfluous registering of signals. (Bug#10807)
...
* notifications.el (notifications-on-action-object)
(notifications-on-close-object): New defvars.
(notifications-on-action-signal, notifications-on-closed-signal):
Unregister the signal if not needed any longer.
(notifications-notify): Register `notifications-action-signal' or
`notifications-closed-signal', if :on-action or :on-close has been
passed as argument.
2012-03-07 08:48:16 +01:00
Chong Yidong
78e8b10a3e
* cus-start.el: Avoid x-select-enable-clipboard-manager warning on non-X platforms.
2012-03-07 13:53:51 +08:00
Glenn Morris
69481eb82d
pc-win.el doc fix for bug#10783
...
* lisp/term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
(x-disown-selection-internal, x-get-selection-internal):
Doc fix (add arglist signatures).
2012-03-06 14:48:46 -05:00
Kaushik Srenevasan
133b8e1120
Small gdb-breakpoints fix (tiny change)
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00753.html
* lisp/progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
Handle breakpoints with no "type".
2012-03-06 00:37:38 -08:00
Glenn Morris
99a8306435
Tweak previous dir-locals-find-file change
...
* lisp/files.el (locate-dominating-file): Add optional predicate argument.
(dir-locals-find-file): Make use of above change.
2012-03-06 00:22:42 -08:00
Glenn Morris
2e86d8576c
Comment.
2012-03-05 22:02:44 -05:00
Thien-Thi Nguyen
17798e786e
* lisp/info.el (Info-insert-dir): Also try "dir.gz".
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00005.html
2012-03-05 22:00:52 -05:00
Glenn Morris
8f2114eef3
dir-locals-find-file tweak for "odd" .dir-locals.el (bug#10928)
...
* lisp/files.el (dir-locals-find-file):
Ignore non-readable or non-regular files.
2012-03-05 21:50:28 -05:00
Glenn Morris
eb18244605
* lisp/files.el (locate-dominating-file): Doc fix.
2012-03-05 21:31:32 -05:00
Adam Spiers
2467932310
calendar-set-mode-line fix (tiny change)
...
* lisp/calendar/calendar.el (calendar-set-mode-line):
`getenv' returns a string.
Fixes: debbugs:10951
2012-03-05 21:18:29 -05:00
Leo Liu
109aa8a95e
* lisp/simple.el (backward-delete-char-untabify): Constrain point to
...
field.
Fixes: debbugs:10939
2012-03-05 23:53:34 +08:00
Leo Liu
01d972a90b
* lisp/eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2012-03-05 18:44:31 +08:00
Chong Yidong
10607bea34
Tweaks to count-words and count-words-region behavior.
...
In particular, make count-words more analogous to the existing
count-lines function.
* lisp/simple.el (count-words): If called from Lisp, return the word
count, for symmetry with `count-lines'. Arglist changed.
(count-words--message): Args changed. Consolidate counting code
from count-words and count-words-region.
(count-words-region): Caller changed.
(count-lines-region): Make it an obsolete alias.
2012-03-05 14:10:11 +08:00
Thierry Volpiatto
ee30fbcdd3
gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus isn't running (bug#10897).
2012-03-04 22:19:10 +00:00
Tassilo Horn
5dd11cfee6
* saveplace.el (save-place-to-alist)
...
(save-place-ignore-files-regexp): Allow value nil to disable this
feature.
2012-03-04 17:56:21 +01:00
Chong Yidong
c349f4e6ff
Another tweak to default face handling in face-spec-reset-face.
...
* lisp/faces.el (face-spec-reset-face): For the default face, reset the
attributes to default values.
Fixes: debbugs:10748
2012-03-04 23:03:51 +08:00
Michael Albinus
db976e3cd8
Fix typo.
2012-03-04 15:12:18 +01:00
Michael Albinus
a41a6cf444
* notifications.el: Fix previous patch.
2012-03-04 14:43:13 +01:00
Lars Magne Ingebrigtsen
e627be4c9d
Fix up the emacsbug query-once logic from the previous patch
...
* mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
previous patch: Check `message-send-mail-function', and not the
default function.
Fixes: debbugs:10897
2012-03-04 14:34:33 +01:00
Michael Albinus
ebeabff47e
* notifications.el (notifications-unique-name): New defvar.
...
(notifications-on-action-signal, notifications-on-closed-signal):
Check for unique service name of incoming event.
(top): Register for signals with wildcard service name.
(notifications-notify): Remember daemon unique service name.
2012-03-04 12:21:31 +01:00
Chong Yidong
e24b21b447
* lisp/emacs-lisp/package.el: Bump package version to 1.0.
...
Fixes: debbugs:10838
2012-03-04 17:45:01 +08:00
Chong Yidong
c1ca42b4fb
* cus-start.el: Make x-select-enable-clipboard-manager customizable.
2012-03-04 14:55:06 +08:00
Glenn Morris
ea16568d87
Checked lispref/abbrevs.texi
...
* doc/lispref/abbrevs.texi: Small copyedits throughout.
(Abbrev Mode): Remove this section, folding it into the top-level.
(Abbrev Tables): Don't mention irrelevant return values.
(Abbrev Expansion): Add cross-ref for wrapper hooks.
(Standard Abbrev Tables): Emacs Lisp mode now has its own table.
(Abbrev Table Properties): Update nil :regexp description.
* lisp/abbrev.el (copy-abbrev-table, abbrev-table-p)
(abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
(expand-abbrev, define-abbrev-table): Doc fixes.
* admin/FOR-RELEASE: Related markup.
2012-03-03 18:45:04 -08:00
Lars Magne Ingebrigtsen
a1e7225c98
net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2012-03-04 00:15:34 +00:00
Lars Magne Ingebrigtsen
fbae463706
Further `sendmail-query-once' cleanups for sending bug reports
...
* mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
`message-default-send-mail-function' and not `send-mail-function'
when doing the prompting for `sendmail-query-once' before sending
in Message buffers.
Fixes: debbugs:10897
2012-03-03 15:43:03 +01:00
Alan Mackenzie
56d093a9c8
Depessimize the handling of very large macros.
2012-03-02 22:16:21 +00:00
Michael Albinus
817e5c3dfc
* jka-compr.el (jka-compr-call-process): Apply
...
`file-accessible-directory-p' only when the default directory is
not remote.
2012-03-02 16:29:28 +01:00
Glenn Morris
eec1549a6b
Auto-commit of loaddefs files.
2012-03-01 06:18:19 -05:00
Michael Albinus
99a54f2128
* net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
...
Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
* vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
Add "PAGER=" to `process-environment'.
2012-03-01 10:01:08 +01:00
Michael Albinus
a032a70212
* files.el (file-equal-p): Fix docstring. Avoid unnecessary
...
access of FILE2, if FILE1 does not exist.
2012-03-01 09:33:50 +01:00
Michael Mauger
f6561e1f9a
2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
...
* progmodes/sql.el: Bug fix
(sql-get-login-ext): Save login values in globals.
(sql-get-login): Use new version of `sql-get-login-ext'.
(sql-interactive-mode): Set global `sql-connection' to nil.
(sql-connect): Set global values for connection.
(sql-product-interactive): Save global values as buffer local.
2012-03-01 00:01:22 -05:00
Leo Liu
2d44d9cc70
Reset sys to nil in define-abbrevs
...
Otherwise all abbrevs after are regarded as system ones and not saved
to disk, causing data loss.
2012-02-29 23:05:42 +08:00
Juanma Barranquero
bf7f9bc5e2
Fix ChangeLog typos.
2012-02-28 13:36:39 +01:00
thierry volpiatto
96b4930127
* lisp/files.el (file-equal-p): renamed from `files-equal-p'.
...
Now return nil when one or both files doesn't exists.
(file-subdir-of-p): Now only top directory must exists,
return nil if it doesn't.
(copy-directory): No need to test with `file-subdir-of-p' after creating dir.
* tramp.el (tramp-file-name-for-operation): Rename `files-equal-p' to `file-equal-p'.
* files.texi: Rename `files-equal-p' to `file-equal-p'.
2012-02-28 10:28:52 +01:00
Glenn Morris
44e97401cd
Standardize possessive apostrophe usage in manuals, docs, and comments
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html
2012-02-28 00:17:21 -08:00
Chong Yidong
ecf5f74e6b
Fix M-x in Viper mode.
...
* lisp/emulation/viper-cmd.el (viper-intercept-ESC-key): Fix
key-binding lookup for ESC key.
Fixes: debbugs:9146
2012-02-27 21:14:36 +08:00
Chong Yidong
9c62cd0479
Bump version to 24.0.94
2012-02-27 11:20:00 +08:00
Chong Yidong
c98c62764a
* font-lock.el (font-lock-specified-p): Rename from font-lock-spec-present.
...
Callers changed.
2012-02-27 10:34:12 +08:00
Daniel Hackney
8ac9e52930
Fix oversight in package-load-list handling.
...
* lisp/emacs-lisp/package.el (package-compute-transaction): Handle
holding a package version to t in package-load-list.
2012-02-27 09:57:50 +08:00
Michael Albinus
530739c909
* net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
...
(tramp-get-inode, tramp-get-device): Use cached values.
2012-02-26 20:36:59 +01:00
Alan Mackenzie
487915d738
Check there is a font-lock specification before initial fontification.
2012-02-26 13:02:52 +00:00
Jim Blandy
4fd9655790
Fix handling of commands containing double quotes in gdb-mi
...
* lisp/progmodes/gdb-mi.el (gdb-mi-quote): New function.
(gdb-send): Apply it to the operand of the '-interpreter-exec
console' command, so that we can pass arguments with (say) quotes
in them. Store exact string sent in gdb-debug-log (Bug#10765).
2012-02-26 17:38:45 +08:00
Chong Yidong
07498861ae
* help-fns.el (describe-function-1): Clarify description of remapping.
...
Fixes: debbugs:10844
2012-02-26 17:24:13 +08:00
Chong Yidong
9a4888c093
Code and doc fixes for file-subdir-of-p and files-equal-p.
...
* lisp/files.el (files-equal-p): Doc fix.
(file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
and quit the loop once a mismatch is found.
* doc/lispref/files.texi (Kinds of Files): Improve documentation of
files-equal-p and file-subdir-of-p.
2012-02-26 17:08:19 +08:00
Juanma Barranquero
ea8fb88d46
lisp/bs.el: Fix bug#10882
...
* bs.el (bs--show-with-configuration): Don't throw an error
if the window cannot be split; otherwise, subsequent calls
to bs-show fail, restoring a stale window config.
2012-02-26 00:26:40 +01:00
Lars Magne Ingebrigtsen
5d8522565e
shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2012-02-25 13:20:57 +00:00
Juanma Barranquero
91027d08b5
lisp/ChangeLog: Fix typos.
2012-02-25 13:09:19 +01:00
Jan Djärv
525795c1bd
Make drop on NS/OSX behave the same as other platforms (Bug 5855 and 10050).
...
* doc/emacs/macos.texi (Mac / GNUstep Customization): Remove text about
ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
* lisp/term/ns-win.el (global-map): Bind ns-drag-file to
ns-find-file (Bug#5855, Bug#10050).
2012-02-25 11:04:30 +01:00
Andreas Schwab
f008086fd2
* calendar/parse-time.el (parse-time-string): Allow extractor to
...
return nil.
2012-02-25 11:00:08 +01:00
Michael Albinus
a3fcfa99f6
* net/tramp.el (tramp-file-name-for-operation): Add
...
`files-equal-p' and `file-subdir-of-p'.
* net/tramp-sh.el (tramp-sh-handle-copy-directory):
* net/tramp-smb.el (tramp-smb-handle-copy-directory): Add
COPY-CONTENTS argument.
2012-02-25 09:51:32 +01:00
Chong Yidong
67b0de1147
Add custom groups for VC backends, for consistency with vc-bzr.
...
Callers changed.
* vc/vc-arch.el (vc-arch):
* vc/vc-cvs.el (vc-cvs):
* vc/vc-git.el (vc-git):
* vc/vc-hg.el (vc-hg):
* vc/vc-mtn.el (vc-mtn):
* vc/vc-rcs.el (vc-rcs):
* vc/vc-sccs.el (vc-sccs):
* vc/vc-svn.el (vc-svn): New customization group.
Fixes: debbugs:10871
2012-02-25 12:29:09 +08:00
Chong Yidong
1339bf4302
* lisp/newcomment.el (comment-styles): Add autoload.
...
Fixes: debbugs:10868
2012-02-25 11:08:39 +08:00
Chong Yidong
3c9dfce6da
Reduce x-selection-timeout to 5s, and add a message for clipboard manager saving.
...
* lisp/term/x-win.el (x-initialize-window-system): Reduce default for
x-selection-timeout to 5 seconds.
* src/xselect.c (Fx_selection_exists_p): Doc fix.
(x_clipboard_manager_save_all): Print an informative message
before saving to clipboard manager.
Fixes: debbugs:8869
2012-02-25 11:01:11 +08:00
Katsumi Yamaoka
b63e0a6866
nntp.el (nntp-send-authinfo): Fix last change.
2012-02-25 00:39:24 +00:00
Juanma Barranquero
53a46cd091
lisp/ChangeLog: Fix typos.
2012-02-24 23:14:05 +01:00
thierry volpiatto
14a8a663a5
* lisp/files.el (file-subdir-of-p): Fix typo.
2012-02-24 22:16:56 +01:00
Glenn Morris
3a7d293b09
ChangeLog fixes
2012-02-24 14:32:46 -05:00
Glenn Morris
ec70a47da9
Fix previous change files.el change
2012-02-24 14:25:38 -05:00
thierry volpiatto
25b2e303b0
Fix bug#10489: 24.0.92 `dired-do-copy' may create infinite directory hierarchy.
...
* lisp/files.el (files-equal-p): New, simple equality check between two filename.
(file-subdir-of-p): New, Check if dir1 is subdir of dir2.
(copy-directory): Return error when trying to copy a directory on itself.
Add missing copy-contents arg to tramp handler.
* lisp/dired-aux.el (dired-copy-file-recursive): Same.
(dired-create-files): Modify destination when source is equal to dest when copying files.
Return also when dest is a subdir of source.
2012-02-24 19:04:03 +01:00
Michael Albinus
914260cdbd
* net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines. (Bug#10874)
2012-02-24 09:11:00 +01:00
Katsumi Yamaoka
50fc698ea8
nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2012-02-23 23:11:13 +00:00
Glenn Morris
b1890b0f10
Fix date of ChangeLog entry
2012-02-23 14:49:47 -05:00
Alan Mackenzie
2cb228f753
Add new parameter :after-hook to define-minor-mode. Use this in the
...
definition of font-lock-mode.
2012-02-23 18:51:22 +00:00
Stefan Monnier
3e88618b12
* lisp/minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
...
(completion--cache-all-sorted-completions): New function.
(completion-all-sorted-completions): Use it.
(completion--do-completion, minibuffer-force-complete):
Use it to re-instate the flush hook.
2012-02-23 10:41:12 -05:00
Stefan Monnier
8f0fde218f
* lisp/icomplete.el (icomplete-completions): Replace last fix.
...
Fixes: debbugs:10850
2012-02-23 10:36:07 -05:00
Glenn Morris
49fe4321fb
Checked mini.texi
...
* doc/emacs/mini.texi (Minibuffer File, Completion Options, Repetition):
Copyedits.
(Completion Example): Other M-x au* commands may be defined.
(Completion Styles): Mention emacs21 and completion-category-overrides.
* lisp/minibuffer.el (completion-category-overrides): Doc fix.
* admin/FOR-RELEASE: Related markup.
2012-02-23 00:32:18 -08:00
Dmitry Gutov
8e911f6f93
* lisp/emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
...
when it might call us back infinitely.
Fixes: debbugs:10797
2012-02-23 03:13:48 -05:00
Stefan Monnier
b291b57241
* lisp/minibuffer.el (completion-table-with-context): Fix inf-loop.
...
Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2012-02-22 23:38:29 -05:00
Glenn Morris
b4d8d5e6eb
Reword comment to avoid confusing authors.el
2012-02-22 21:01:58 -05:00
Glenn Morris
342f816360
Another authors.el alias
2012-02-22 20:58:53 -05:00
Glenn Morris
5e6e679443
More authors.el additions
...
* lisp/emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
(authors-obsolete-files-regexps): Add more entries.
2012-02-22 20:52:35 -05:00
Glenn Morris
31a9ef2e3b
Small authors.el updates
...
* lisp/emacs-lisp/authors.el (authors-aliases)
(authors-obsolete-files-regexps, authors-ignored-files)
(authors-ambiguous-files, authors-renamed-files-alist):
Add more entries.
2012-02-22 20:33:46 -05:00
Glenn Morris
7a71b18d53
ChangeLog fixes prompted by M-x authors
2012-02-22 20:31:39 -05:00
Juri Linkov
b617673c98
* lisp/replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2012-02-23 02:55:30 +02:00
Juri Linkov
0bd1e07406
* lisp/isearch.el (isearch-occur): Sync interactive spec with occur's
...
new feature in `occur-read-primary-args'. Doc fix.
* etc/NEWS: Add new "collect" feature of `occur'.
Fixes: debbugs:10705
2012-02-23 02:36:49 +02:00
Juri Linkov
19e9789e19
* international/mule-cmds.el (read-char-by-name): Use \` and \'.
...
(ucs-insert): Doc fix. Check for hex digits in the string.
Don't display `nil' in the error message.
Fixes: debbugs:10857
2012-02-23 01:35:07 +02:00
Alan Mackenzie
f41ce09dbd
Revert Change #107149 .
2012-02-22 19:34:32 +00:00
Glenn Morris
ac2eceeee1
Fixes related to /usr/include path on multiarch systems
...
* lisp/ffap.el (ffap-c-path):
* lisp/man.el (Man-header-file-path): Handle multiarch.
Fixes: debbugs:10702
2012-02-22 00:34:02 -08:00
Chong Yidong
abd1f678d0
* lisp/custom.el (load-theme): Doc fix.
2012-02-22 14:10:03 +08:00
Glenn Morris
f25aef2e1e
dired-guess-shell-alist-default tiny nroff change
...
* dired-x.el (dired-guess-shell-alist-default):
Remove escape sequences from nroff output.
Fixes: debbugs:172
2012-02-21 20:02:44 -08:00
Glenn Morris
6ff86ec481
Tiny emerge-defvar-local fix
...
* lisp/vc/emerge.el (emerge-defvar-local):
Set `permanent-local' property rather than unused `preserved'.
2012-02-21 17:23:51 -05:00
Glenn Morris
be3223a369
ChangeLog typo fix
2012-02-21 09:33:16 -08:00
Glenn Morris
5f8dc2cad6
Fix picture-mode C-c C-d binding
...
* lisp/textmodes/picture.el (picture-delete-char): Newalias.
(picture-mode-map): Use it.
(picture-mode): Doc fix.
* admin/FOR-RELEASE: Related markup.
Fixes: debbugs:10860
2012-02-21 09:09:19 -08:00