- 01 Dec, 2010 2 commits
-
-
Stefan Monnier authored
* doc/lispref/modes.texi (Example Major Modes): Use recommended coding style. (Major Mode Basics, Derived Modes): Encourge more strongly use of define-derived-mode. Mention completion-at-point-functions.
-
Leo Liu authored
(ido-mode): Use it. (ido-completing-read): Call it. Fixes: debbugs:3274
-
- 27 Nov, 2010 3 commits
-
-
Chong Yidong authored
* log-edit.el (log-edit-font-lock-keywords): Don't try matching stand-alone lines, since that is handled by log-edit-match-to-eoh (Bug#6465).
-
Eduard Wiebe authored
dired.el (dired-get-filename): Replace backslashes with slashes in file names on MS-Windows, needed by `locate'. locate.el (locate-default-make-command-line): Don't consider drive letter and root directory part of `directory-listing-before-filename-regexp'. (locate-post-command-hook, locate-post-command-hook): New defcustoms.
-
Joe Matarazzo authored
ebrowse.c (yylex): If end of input buffer encountered while searching for a newline after "//", return YYEOF.
-
- 26 Nov, 2010 4 commits
-
-
Stefan Monnier authored
of :smie-open/close-alist. (smie-next-sexp): Make it accept a "start token" as argument. (smie-indent-keyword): Be careful not to misidentify tokens that span more than one line, as empty lines. Add argument `token'.
-
Kenichi Handa authored
mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported multipart subtypes, insert all as usual.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 25 Nov, 2010 2 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 24 Nov, 2010 1 commit
-
-
Stefan Monnier authored
Return a string, as expected. (which-function-mode): Make sure we stop any previous timer before starting a new one.
-
- 23 Nov, 2010 5 commits
-
-
Michael Albinus authored
(tramp-default-user-alist, tramp-default-proxies-alist): Adapt custom options type. (Bug#7445)
-
Glenn Morris authored
-
Glenn Morris authored
This summarizes the still-relevant information from the standalone nxml README fle, mistakenly removed in the initial import of nxml-mode. See http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01716.html and associated thread, also bug#7456.
-
Glenn Morris authored
-
Bob Rogers authored
* doc/emacs/maintaining.texi (VC With A Locking VCS, VC Directory Commands): * doc/emacs/vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
-
- 22 Nov, 2010 3 commits
-
-
Eli Zaretskii authored
w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions of w32api >= 3.15.
-
Eli Zaretskii authored
-
YAMAMOTO Mitsuharu authored
* src/alloc.c (mark_terminals): Ensure that the image cache is marked even if the terminal object was marked earlier (Bug#6301).
-
- 21 Nov, 2010 8 commits
-
-
Ulrich Mueller authored
-
Chong Yidong authored
-
Chong Yidong authored
* objects.texi (Symbol Type): * text.texi (Near Point): * help.texi (Help Functions): * functions.texi (Mapping Functions): Use string instead of char-to-string in examples. * nonascii.texi (Converting Representations): Document byte-to-string. * strings.texi (Creating Strings): Don't mention semi-obsolete function char-to-string. (String Conversion): Shorten discussion of semi-obsolete function string-to-char. Link to Converting Representations.
-
Eli Zaretskii authored
-
Chong Yidong authored
* progmodes/python.el: Add Ipython support (Bug#5390). (python-shell-prompt-alist) (python-shell-continuation-prompt-alist): New options. (python--set-prompt-regexp): New function. (inferior-python-mode, run-python, python-shell): Require ansi-color. Use python--set-prompt-regexp to set the comint prompt based on the Python interpreter. (python--prompt-regexp): New var. (python-check-comint-prompt) (python-comint-output-filter-function): Use it. (run-python): Use a pipe (Bug#5694).
-
Chong Yidong authored
* progmodes/python.el (run-python): Doc fix. (python-keep-current-directory-in-path): New var (Bug#7454).
-
Chong Yidong authored
Suggested by Štěpán Němec.
-
Glenn Morris authored
-
- 20 Nov, 2010 4 commits
-
-
Chong Yidong authored
* maintaining.texi (Version Control): Say "commit", not "check in". (Version Control Systems): Simplify descriptions. (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from VCS Concepts. (VC Mode Line): Update example. (Old Revisions): Document revert-buffer for vc-diff. (Log Buffer): Promote to a subsection. Document header lines. * emacs.texi (Top): Update node listing.
-
Chong Yidong authored
* lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): Prompt user before actually printing.
-
Chong Yidong authored
* doc/emacs/macos.texi (Mac / GNUstep Basics): Document ns-right-alternate-modifier. * doc/lispref/numbers.texi (Float Basics): Document float-e and float-pi. * doc/lispref/symbols.texi (Creating Symbols): Using unintern without an obarray arg is now obsolete. * doc/lispref/text.texi (Kill Functions, Kill Functions) (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete YANK-HANDLER args. * doc/lispref/variables.texi (Defining Variables): Change "pi" example to "float-pi".
-
Jan Djärv authored
NOTE: When merging to trunk: xg_height_changed is xg_height_or_width_changed in trunk. * src/gtkutil.c (menubar_map_cb): New function. (xg_update_frame_menubar): Connect signal map to menubar_map_cb. Use 23 as menubar height if 0. (Bug#7425).
-
- 19 Nov, 2010 1 commit
-
-
Yuri Karaban authored
-
- 18 Nov, 2010 2 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
* simple.el (kill-new, kill-append, kill-region): * comint.el (comint-kill-region): Make the yank-handler argument obsolete.
-
- 17 Nov, 2010 3 commits
-
-
Stefan Monnier authored
that are both openers (resp. closers) and something else. (smie-grammar): Loosen definition of valid values. (smie-next-sexp, smie-down-list, smie-blink-matching-open) (smie-indent--parent, smie-rule-parent, smie-indent-keyword) (smie-indent-after-keyword): Adjust users. (smie-indent-keyword): Don't indent empty lines.
-
Stefan Monnier authored
Suggested by Norman Gray <norman@astro.gla.ac.uk>. (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
-
Glenn Morris authored
* lisp/emacs-lisp/autoload.el (autoload-find-destination): The function coding-system-eol-type may return non-numeric values.
-
- 16 Nov, 2010 1 commit
-
-
Ulrich Mueller authored
-
- 14 Nov, 2010 1 commit
-
-
Jan D authored
Forgot to save ChangeLog for previous change.
-