David Engster
caec1ef5a0
* semantic/bovine/el.el: Add `semantic-default-elisp-setup' to
...
`emacs-lisp-mode-hook'. This was accidentally removed during the
CEDET update (2012-10-01T18:10:29Z!cyd@gnu.org).
2012-10-08 21:40:50 +02:00
Juanma Barranquero
1337353856
lisp/generic-x.el: Make javascript-generic-mode an obsolete alias of js-mode.
2012-10-08 18:20:59 +02:00
Michael Albinus
775a132d58
* ffap.el (ffap-replace-file-component): Support Tramp file name
...
syntax, not only ange-ftp's one.
2012-10-08 15:59:18 +02:00
Daniel Colascione
7148eba270
Merge cygw32
2012-10-08 00:23:13 -08:00
Daniel Colascione
e08348a0e6
Changelog entries for cygw32
2012-10-07 23:58:40 -08:00
Glenn Morris
97fbed8759
Fix for url-https.el neing merged into url-http.el
...
* lisp/url/url-methods.el (url-scheme-get-property): url-https.el was
merged into url-http.el, so load the latter for https.
Fixes: debbugs:12599
2012-10-08 00:47:23 -07:00
Glenn Morris
57f1dee445
* lisp/cus-start.el (message-log-max): Set :version.
...
* etc/NEWS: No need to mention a simple customization option whose
default has changed, since the :version tag does that.
2012-10-08 00:18:02 -07:00
Glenn Morris
3ab44929c8
* lisp/calendar/calendar.el (calendar-intermonth-header): Doc fix.
2012-10-08 00:05:21 -07:00
Glenn Morris
e499e60744
Fix ChangeLog typo
2012-10-07 23:58:36 -07:00
Martin Rudalics
6a0886306e
In edebug-pop-to-buffer don't try to split the minibuffer window (Bug#10851).
...
* emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
the minibuffer window (Bug#10851).
2012-10-08 08:42:29 +02:00
Fabián Ezequiel Gallina
8dbce54cc7
Enhancements on forward-sexp movement.
...
* progmodes/python.el (python-nav-beginning-of-statement)
(python-nav-end-of-statement): Return point-marker.
(python-nav-forward-sexp): lisp-like forward-sexp behavior.
(python-info-current-symbol)
(python-info-statement-starts-block-p): Rename from
python-info-beginning-of-block-p.
(python-info-statement-ends-block-p): Rename from
python-info-end-of-block-p.
(python-info-beginning-of-statement-p)
(python-info-end-of-statement-p)
(python-info-beginning-of-block-p, python-info-end-of-block-p):
New functions.
2012-10-08 02:19:15 -03:00
Stefan Monnier
5acd2b3ece
* lisp/comint.el (comint-preinput-scroll-to-bottom): Preserve the
...
frame-selected-windows.
2012-10-07 20:12:26 -04:00
Daniel Colascione
36a305a723
Merge from trunk
2012-10-07 14:31:58 -08:00
Stefan Monnier
795b1482a9
* lisp/subr.el (read-passwd-map): Don't use `defconst'.
...
(read-passwd): Remove a few more potential sources of leaks.
Fixes: debbugs:12597
2012-10-07 15:48:02 -04:00
Fabián Ezequiel Gallina
f27c99dc7e
* progmodes/python.el (inferior-python-mode)
...
(python-shell-make-comint): Fixed initialization of local
variables copied from parent buffer.
2012-10-07 16:37:37 -03:00
David Engster
0aada74e88
Merge changes from CEDET upstream.
2012-10-07 20:29:07 +02:00
David Engster
740877cd23
* semantic/wisent/python.el (semantic-ctxt-current-function)
...
(semantic-ctxt-current-assignment): New overrides, simply returning
nil. The defaults do not work correctly and can send the parser in
an inifinite loop (bug#12458).
2012-10-07 20:23:50 +02:00
David Engster
31e4cc2a18
* semantic/ede-grammar.el (project-compile-target): Fix grammar
...
compilation after introduction of %provide statement.
2012-10-07 20:19:58 +02:00
David Engster
9322b306fc
* semantic.el (semantic-new-buffer-setup-functions): Remove setup
...
function for `f90-mode', since the parser only exists upstream.
2012-10-07 20:12:46 +02:00
Jan Djärv
fcacb55843
* lisp/term/ns-win.el (ns-read-file-name): Update declaration to match
...
nsfns.m.
(ns-respond-to-change-font): Change fontsize separatly so we are sure
it is set when font is acted upon.
2012-10-07 19:47:41 +02:00
Fabián Ezequiel Gallina
be0d5baecc
Enhancements to indentation.
...
* lisp/progmodes/python.el (python-indent-context): Give priority to
inside-string context. Make comments indentation markers.
(python-indent-region): Do not mess with strings, unless it's the
enclosing set of quotes.
2012-10-07 13:13:52 -03:00
Stefan Monnier
662a9d0e1c
* lisp/window.el (internal--before-save-selected-window)
...
(internal--after-save-selected-window): New functions extracted from
save-selected-window. Make sure we return the `alist' we construct.
(save-selected-window): Use them.
* lisp/textmodes/tex-mode.el (tex-recenter-output-buffer):
Use with-selected-window.
2012-10-07 11:54:30 -04:00
Stefan Monnier
13af0d109f
* lisp/emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
...
forms that define macros.
Fixes: debbugs:12593
2012-10-07 11:15:16 -04:00
Stefan Merten
557337e9a2
textmodes/rst.el (rst-official-cvs-rev): Correct version string.
2012-10-07 15:09:35 +02:00
Kenichi Handa
dade5fca51
merge trunk
2012-10-07 21:58:14 +09:00
Kenichi Handa
6aa75fb62f
international/mule-conf.el (compound-text-with-extensions): Add :mime-charset property as x-ctext.
2012-10-07 21:48:44 +09:00
Stefan Merten
78d876b90e
* textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
...
(rst-indent-literal-normal, rst-indent-literal-minimized)
(rst-indent-comment): Correct :version tag.
2012-10-07 14:48:09 +02:00
Glenn Morris
817330b512
Auto-commit of loaddefs files.
2012-10-07 06:23:48 -04:00
Glenn Morris
31bcb42062
Un-mung previous erc-log change (error due to committer, not author)
2012-10-07 00:54:41 -07:00
Glenn Morris
99a1e70110
Fix infloop in rmailmm on multipart messages with epilogues
...
* lisp/mail/rmailmm.el (rmail-mime-process-multipart):
Do not confuse a multipart message with an epilogue
with a "truncated" one; fixes 2011-06-27 change.
Fixes: debbugs:10101
2012-10-07 00:49:16 -07:00
Fabián Ezequiel Gallina
08f18c3d4d
Fix shell output retrieval and comint-prompt-regexp init.
...
* progmodes/python.el (inferior-python-mode):
(python-shell-make-comint): Fix initialization of
comint-prompt-regexp from copied file local variables.
(python-shell-fetched-lines): Remove var.
(python-shell-output-filter-in-progress): Rename from
python-shell-fetch-lines-in-progress.
(python-shell-output-filter-buffer): Rename from
python-shell-fetch-lines-string.
(python-shell-fetch-lines-filter): Delete function.
(python-shell-output-filter): New function.
(python-shell-send-string-no-output): Use them.
2012-10-07 01:33:16 -03:00
Glenn Morris
559e479cbb
Remove tiny change marker for author with assignment
2012-10-06 19:07:46 -07:00
Deniz Dogan
b68f89c4e3
* lisp/erc/erc-log.el (erc-generate-log-file-name-function): Clarify tags
...
Fixes: debbugs:11186
2012-10-06 19:05:04 -07:00
Glenn Morris
2255788d77
* lisp/erc/erc-button.el (erc-button-alist): Remove "finger".
...
Fixes: debbugs:4443
2012-10-06 18:45:03 -07:00
Antoine Levitt
1bac999506
Small fix for invisible timestamps
...
* lisp/erc/erc-stamp.el (erc-format-timestamp):
Don't apply intangible property to invisible stamps.
Fixes: debbugs:11706
2012-10-06 18:41:03 -07:00
Glenn Morris
87a95afe81
* lisp/erc/erc-backend.el (NICK): Handle pre-existing buffers.
...
Fixes: debbugs:12002
2012-10-06 18:28:04 -07:00
Glenn Morris
1595ecfac9
* lisp/hi-lock.el (hi-lock-process-phrase): Try to make it less fragile.
...
Fixes: debbugs:7161
2012-10-06 17:27:31 -07:00
Glenn Morris
82ed3ab40d
* lisp/hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
2012-10-06 17:07:03 -07:00
Glenn Morris
32939005d6
* lisp/ehelp.el (electric-help-map): Use button-buffer-map.
...
Fixes: debbugs:10917
2012-10-06 16:22:52 -07:00
Glenn Morris
addc11ed80
* lisp/ehelp.el (electric-help-mode): Fix major-mode setting.
...
Fixes: debbugs:10917
2012-10-06 16:16:40 -07:00
Glenn Morris
5b9c45a6d1
Further ChangeLog fix
2012-10-06 15:52:52 -07:00
Glenn Morris
460042b854
Fix some reftex custom types
...
* lisp/textmodes/reftex-vars.el (reftex-create-bibtex-header)
(reftex-create-bibtex-footer): Fix custom types.
2012-10-06 13:38:39 -07:00
Glenn Morris
67667c704b
* progmodes/sh-script.el (sh-indent-after-continuation): Add explicit :group.
2012-10-06 13:34:45 -07:00
Glenn Morris
18dec75063
Clarify some rst.el obsolescence versions
...
* lisp/textmodes/rst.el (rst-preferred-decorations)
(rst-shift-basic-offset): Clarify obsolescence versions.
2012-10-06 13:33:23 -07:00
Glenn Morris
d1a1c7e649
Add missing :version tags
...
* profiler.el (profiler): Add missing group :version tag.
* avoid.el (mouse-avoidance-banish-position):
* proced.el (proced-renice-command):
* calc/calc.el (calc-ensure-consistent-units):
* calendar/icalendar.el (icalendar-import-format-uid):
* net/tramp.el (tramp-save-ad-hoc-proxies):
* progmodes/bug-reference.el (bug-reference-bug-regexp):
* progmodes/flymake.el (flymake-error-bitmap)
(flymake-warning-bitmap, flymake-fringe-indicator-position):
* progmodes/sh-script.el (sh-indent-after-continuation):
* progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
(verilog-before-save-font-hook, verilog-after-save-font-hook):
* progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
(vhdl-array-index-record-field-in-sensitivity-list)
(vhdl-indent-comment-like-next-code-line):
* textmodes/reftex-vars.el (reftex-ref-style-alist)
(reftex-ref-macro-prompt, reftex-ref-style-default-list)
(reftex-cite-key-separator, reftex-create-bibtex-header)
(reftex-create-bibtex-footer):
* textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
(rst-indent-literal-normal, rst-indent-literal-minimized)
(rst-indent-comment): Add missing custom :version tags.
* cedet/semantic/complete.el (semantic-displayor-tooltip-mode)
(semantic-displayor-tooltip-initial-max-tags)
(semantic-displayor-tooltip-max-tags): Add missing custom :version tags.
* cedet/ede/linux.el (project-linux): Add missing group :version tag.
* cedet/semantic/complete.el (semantic-displayor-tooltip-max-tags): Doc fix.
* erc/erc.el (erc-lurker):
* erc/erc-desktop-notifications.el (erc-notifications):
Add missing group :version tags.
* gnus/gnus-notifications.el (gnus-notifications):
Add missing group :version tag.
* gnus/gnus-msg.el (gnus-gcc-pre-body-encode-hook)
(gnus-gcc-post-body-encode-hook):
* gnus/gnus-sync.el (gnus-sync-lesync-name)
(gnus-sync-lesync-install-topics): Add missing custom :version tags.
2012-10-06 13:30:26 -07:00
Glenn Morris
ef35abb4ad
* timeclock.el (timeclock-modeline-display): Add missing obsolete alias
2012-10-06 13:05:39 -07:00
Glenn Morris
d1aae61450
Aliases to defcustoms must come before the defcustom.
...
* strokes.el (strokes-modeline-string):
* emulation/crisp.el (crisp-mode-modeline-string):
* eshell/esh-mode.el (eshell-status-in-modeline):
Aliases to defcustoms must come before the defcustom.
2012-10-06 12:55:47 -07:00
Glenn Morris
27359e9976
ChangeLog fix
2012-10-06 12:50:29 -07:00
Glenn Morris
f1f4dba09f
Rename a new cal-tex function, document it
...
* lisp/calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
(cal-tex-cursor-week2, cal-tex-cursor-week-iso)
(cal-tex-cursor-week-monday): Doc fixes.
(cal-tex-cursor-week2-summary): Doc fix.
Rename from cal-tex-cursor-week-at-a-glance.
* lisp/calendar/calendar.el (calendar-mode-map):
Add cal-tex-cursor-week2-summary.
* lisp/calendar/cal-menu.el (cal-menu-context-mouse-menu):
Tweak week descriptions. Add cal-tex-cursor-week2-summary.
* doc/emacs/calendar.texi (Writing Calendar Files): Tweak week descriptions.
Mention cal-tex-cursor-week2-summary.
2012-10-06 11:34:23 -07:00
Stefan Monnier
685f87b00f
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
2012-10-06 13:34:57 -04:00