- 21 Nov, 2010 7 commits
-
-
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 2 commits
- 13 Nov, 2010 6 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Chong Yidong authored
* lisp/textmodes/picture.el (picture-mouse-set-point): Don't use posn-col-row; explicitly compute the motion based on the posn at the window-start (Bug#7390).
-
Dan Nicolaescu authored
Fix alloca definition when using gcc on non-gnu systems. * configure.in: Use the code sequence indicated by "info autoconf" for alloca (bug#6170).
-
Michael Albinus authored
using "base64 -d -i". This is needed for older base64 versions from GNU coreutils. Reported by Klaus Reichl <Klaus.Reichl@thalesgroup.com>. This must not be merged with the trunk.
-
Glenn Morris authored
-
- 12 Nov, 2010 6 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/lread.c (Fload): Mention `load-in-progress' and `load-file-name'. doc/lispref/loading.texi (How Programs Do Loading): Document `load-file-name'.
-
Eli Zaretskii authored
-
Glenn Morris authored
* lisp/calendar/calendar.el (diary-iso-date-forms): Make elements mutually exclusive.
-
Stefan Monnier authored
when filling the remaining "unconstrained" values.
-
- 11 Nov, 2010 3 commits
-
-
Stefan Monnier authored
* lisp/emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the safety predicate.
-
Stefan Monnier authored
Use smie-indent-virtual when indenting relative to an opener. (smie-rule-separator): Use smie-rule-parent. (smie-indent-keyword): Consult rules, even for openers at bol. (smie-indent-comment-close): Try to align closer's content.
-
Glenn Morris authored
* lisp/ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
-
- 10 Nov, 2010 5 commits
-
-
Eli Zaretskii authored
-
Glenn Morris authored
-
Glenn Morris authored
-
YAMAMOTO Mitsuharu authored
-
YAMAMOTO Mitsuharu authored
-