- 12 Oct, 2010 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
- 11 Oct, 2010 1 commit
-
-
Jan Djärv authored
* lisp/cus-start.el (all): ns-right-alternate-modifier is new. * lisp/term/ns-win.el (ns-right-alternate-modifier): New defvar. (ns-right-option-modifier): New alias for ns-right-alternate-modifier. (mac-right-option-modifier): New alias for ns-right-option-modifier. * src/nsterm.m (Qleft): Declare. (ns_right_alternate_modifier): New variable (NSRightAlternateKeyMask): New define. (EV_MODIFIERS): Parse NSRightAlternateKeyMask if ns_right_alternate_modifier isn't Qleft. (keyDown): If ns_right_alternate_modifier isn't Qleft, use it as emacs modifier for NSRightAlternateKeyMask. (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
-
- 10 Oct, 2010 2 commits
-
-
Andreas Schwab authored
-
Glenn Morris authored
-
- 09 Oct, 2010 6 commits
-
-
Stefan Monnier authored
Use emacs-lisp-mode-syntax-table for the whole function.
-
Nick Roberts authored
(gdb-mouse-toggle-breakpoint-fringe): Correct regexp to work when breakpoint number exceeds nine.
-
David Koppelman authored
* hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified instead of font-lock-mode before adding keywords. Removed hi-lock-mode off code. Removed inhibit hack. (hi-lock-set-pattern): Only add keywords if font-lock-fontified non-nil; removed hook inhibit hack.
-
Glenn Morris authored
* lisp/emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it... (load-path-shadows-find): ... to this. (list-load-path-shadows): Update for above change.
-
Glenn Morris authored
(Per 8-year old observation: http://lists.gnu.org/archive/html/bug-gnu-emacs/2002-06/msg00176.html )
-
Ulrich Mueller authored
-
- 08 Oct, 2010 10 commits
-
-
Michael Albinus authored
(xd_pending_messages): Catch xd_get_dispatch_status calls.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/emacs-lisp/shadow.el (lisp-shadow): Change prefix. (shadows-compare-text-p): Make it an obsolete alias for... (load-path-shadows-compare-text): ... new name. (find-emacs-lisp-shadows): Update for above name change. (load-path-shadows-same-file-or-nonexistent): New name for the old shadow-same-file-or-nonexistent.
-
Glenn Morris authored
* doc/misc/cl.texi (Organization, Installation, Old CL Compatibility): Deprecate cl-compat for new code.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 07 Oct, 2010 1 commit
-
-
Glenn Morris authored
-
- 06 Oct, 2010 1 commit
-
-
Glenn Morris authored
-
- 04 Oct, 2010 2 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 03 Oct, 2010 6 commits
-
-
Chong Yidong authored
* lisp/minibuffer.el (completion--some, completion--do-completion) (minibuffer-complete-and-exit, minibuffer-completion-help) (completion-basic-try-completion) (completion-basic-all-completions) (completion-pcm--find-all-completions): Use lexical-let to avoid some false matches in variable completion (Bug#7056)
-
Olof Ohlsson Sax authored
-
Michael Albinus authored
(Fdbus_init_bus): ... here. (Bug#7113)
-
Leo Liu authored
* lisp/dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only return non-nil if the file exists (Bug#7090).
-
Glenn Morris authored
* src/buffer.c (before-change-functions, after-change-functions): Three-year overdue doc fix following 2007-08-13 change.
-
Glenn Morris authored
-
- 02 Oct, 2010 2 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 01 Oct, 2010 1 commit
-
-
Glenn Morris authored
* lib-src/emacsclient.c (set_local_socket) [DARWIN_OS]: Try as a fall-back DARWIN_USER_TEMP_DIR.
-
- 30 Sep, 2010 4 commits
-
-
Stefan Monnier authored
Fixes: debbugs:7138
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Chong Yidong authored
* semantic/bovine/el.el: * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode): Fix require statements.
-
- 29 Sep, 2010 2 commits
-
-
Chong Yidong authored
* semantic/tag.el (semantic-tag-version): Bump to 2.0. * semantic/db-typecache.el (semanticdb-typecache-find-default): * semantic/imenu.el (semantic-create-imenu-index): * semantic/grammar.el (semantic--grammar-macro-function-tag): * semantic/fw.el (semanticdb-without-unloaded-file-searches): Fix require. Suggested by David Engster. * semantic/bovine/c-by.el: Regenerate. * semantic/lex-spp.el (semantic-lex-spp-debug-symbol): New var. (semantic-lex-spp-enable-debug-symbol): New command (semantic-lex-spp-value-valid-p) (semantic-lex-spp-validate-value): New functions (semantic-lex-spp-symbol-set) (semantic-lex-spp-symbol-push): Add call to validate value. (semantic-lex-spp-table-write-slot-value): Instead of erroring on invalid values during save, just save a nil.
-
Juanma Barranquero authored
-