Michael Albinus
2e2eead345
* progmodes/grep.el (grep-compute-defaults): Keep default values.
2007-07-22 19:59:30 +00:00
Dan Nicolaescu
765831a074
(compilation-auto-jump-to-first-error): Add
...
group and version.
2007-07-20 20:25:32 +00:00
Stefan Monnier
091525d5d7
(compilation-start): Remember the original directory in a buffer-local
...
compilation-directory.
(compile): Set the global value of compilation-directory.
(recompile): Use compilation-directory even if run from the compilation buffer.
2007-07-20 18:54:57 +00:00
Stefan Monnier
e341a817a0
(vera-mode-map): Move initialization into declaration.
2007-07-20 04:48:30 +00:00
Stefan Monnier
ceb19436aa
(vera-re-search-forward, vera-re-search-backward):
...
Remove use of store-match-data.
2007-07-20 04:11:14 +00:00
Stefan Monnier
8ebbfc80ba
(flymake-buildfile-dirs): Remove.
...
(flymake-find-buildfile): Use locate-dominating-file.
2007-07-20 04:09:08 +00:00
Michael Albinus
6e3aa3f58e
* progmodes/grep.el (grep-host-defaults-alist): New defvar.
...
(grep-compute-defaults): Use it.
2007-07-18 21:02:29 +00:00
Michael Albinus
05c7c7b162
* progmodes/grep.el (grep-probe): Use `process-file'.
...
(grep-compute-defaults): Handle variables host specific.
2007-07-17 21:08:49 +00:00
Stefan Monnier
e58914d089
(sh-font-lock-quoted-subshell): Skip over the
...
whole $( rather than just the $. Rename from sh-quoted-subshell.
(sh-font-lock-syntactic-keywords): Adjust call accordingly.
2007-07-16 16:01:04 +00:00
Miles Bader
7eb1e4534e
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 803-813)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 51-58)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 233-236)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-25
2007-07-15 02:05:20 +00:00
Miles Bader
6f8a87c027
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 55-58)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 235-236)
- Update from CVS
2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
* lisp/replace.el (match): Use yellow1 instead of yellow.
* lisp/progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
red.
* lisp/pcvs-info.el (cvs-unknown): Likewise.
2007-07-10 Richard M. Stallman <rms@gnu.org>
* lisp/emacs-lisp/lisp-mode.el (eval-defun):
Explain special handling of `defface'.
2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
(gnus-server-closed-face, gnus-server-denied-face)
(gnus-server-offline-face): Remove variable.
(gnus-server-font-lock-keywords): Use faces that are not aliases.
* lisp/gnus/mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
(mm-decode-coding-region, mm-encode-coding-region): Don't modify string
if the coding-system argument is nil for XEmacs.
* lisp/gnus/nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
mm-charset-override-alist.
* lisp/gnus/rfc2047.el: Don't require base64; require rfc2045 for the function
rfc2045-encode-string.
(rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
to quote the parameter value.
2007-07-10 Richard M. Stallman <rms@gnu.org>
* lispref/display.texi (Defining Faces): Explain C-M-x feature for defface.
2007-07-11 Jason Rumney <jasonr@gnu.org>
* nt/gmake.defs (OLE32): New library to link.
* nt/nmake.defs (OLE32): Likewise.
2007-07-11 Jason Rumney <jasonr@gnu.org>
* src/makefile.w32-in (LIBS): Include OLE32.
* src/w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
(w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-812
2007-07-15 01:50:59 +00:00
Dan Nicolaescu
5183d4c9a9
* replace.el (match): Use yellow1 instead of yellow.
...
* progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
red.
* pcvs-info.el (cvs-unknown): Likewise.
2007-07-13 02:50:19 +00:00
Stefan Monnier
d1947d4c8f
(which-func-modes): Add `python-mode'.
2007-07-12 04:37:06 +00:00
Stefan Monnier
4f7a582baa
(python-which-func-length-limit): New var.
...
(python-which-func): New function.
(python-current-defun): Add optional `length-limit' and try to fit
computed function name to that length.
(python-mode): Hook `python-which-func' up.
2007-07-12 04:36:48 +00:00
Michael Albinus
db8af97395
* progmodes/compile.el (compilation-start): `start-process' must
...
still be redefined when calling `start-process-shell-command'.
* progmodes/gud.el (gud-file-name): When `default-directory' is a
remote file name, prepend its remote part to the filename.
(gud-common-init): When `default-directory' is a remote file name,
make the filename relative to it.
Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
2007-07-11 19:38:21 +00:00
Michael Albinus
4b29e550e6
* comint.el (make-comint, make-comint-in-buffer)
...
(comint-exec-1): Replace `start-process' by `start-file-process'.
* progmodes/compile.el (compilation-start): Revert redefining
`start-process'.
2007-07-10 19:52:11 +00:00
Stefan Monnier
813fb3fe82
(compilation-auto-jump-to-first-error,compilation-auto-jump-to-next): New vars.
...
(compilation-auto-jump): New function.
(compilation-error-properties): Use them to jump to first error.
(compilation-start): Set the var if requested.
2007-07-10 16:01:25 +00:00
Miles Bader
c89d0fd415
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 51-54)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 233-234)
- Merge from emacs--devo--0
- Update from CVS
2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/cus-start.el (file-coding-system-alist): Fix custom type.
2007-07-08 Chong Yidong <cyd@stupidchicken.com>
* lisp/longlines.el (longlines-wrap-region): Avoid marking buffer as
modified.
(longlines-auto-wrap, longlines-window-change-function): Remove
unnecessary calls to set-buffer-modified-p.
2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
* lisp/progmodes/gud.el (auto-mode-alist): Match more valid gdb init
file names.
2007-07-01 Richard M. Stallman <rms@gnu.org>
* lisp/files.el (find-file-visit-truename): Fix safe-local-variable value.
2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-sum.el (gnus-summary-catchup): Don't recognize cached
articles as unfetched articles.
2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave)
(gnus-article-read-summary-keys): Don't set the 3rd arg of
pop-to-buffer for XEmacs.
2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
* man/gnus-faq.texi ([3.2]): Fix locating of environment variables in the
Control Panel.
* man/gnus.texi (Misc Article): Add index entry for
gnus-single-article-buffer.
2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org>
* man/gnus.texi (Starting Up): Fix typo.
2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
* man/gnus.texi (Asynchronous Fetching): Fix typo.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-806
2007-07-10 02:02:35 +00:00
Michael Albinus
00d6fd04d8
* files.el (file-remote-p): Introduce optional parameter CONNECTED.
...
* net/tramp.el:
* net/tramp-ftp.el:
* net/tramp-smb.el:
* net/tramp-uu.el:
* net/trampver.el: Migrate to Tramp 2.1.
* net/tramp-cache.el:
* net/tramp-fish.el:
* net/tramp-gw.el: New Tramp packages.
* net/tramp-util.el:
* net/tramp-vc.el: Removed.
* net/ange-ftp.el: Add ange-ftp property to 'start-file-process
(ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
* net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
* progmodes/compile.el (compilation-start): Redefine
`start-process' temporarily when `default-directory' is remote.
Remove case of synchronous compilation, this won't happen ever.
(compilation-setup): Make local variable `comint-file-name-prefix'
for remote compilation.
2007-07-08 18:03:20 +00:00
Miles Bader
300e5e2274
Add arch tagline
2007-07-08 11:32:07 +00:00
Miles Bader
eaaa2b09e3
Add arch tagline
2007-07-08 11:30:49 +00:00
Nick Roberts
053bb163b6
(gud-common-init): Call string->strings instead
...
of split-string.
2007-07-08 06:54:40 +00:00
Dan Nicolaescu
b0fa5db6f6
(auto-mode-alist): Match more valid gdb init
...
file names.
2007-07-03 21:30:56 +00:00
Nick Roberts
7f87eddbac
(gud-common-init): Call string->strings instead
...
of split-string.
2007-06-28 01:33:18 +00:00
Thien-Thi Nguyen
31a0385dee
(hs-hide-all): Use progress reporter.
2007-06-22 08:41:25 +00:00
Thien-Thi Nguyen
77a2bb53c2
(hs-hide-comment-region): Use line-end-position.
...
(hs-hide-block-at-point, hs-show-block): Likewise.
2007-06-22 08:15:02 +00:00
Thien-Thi Nguyen
dce39ca8e3
Untabify; nfc.
2007-06-22 08:03:38 +00:00
Dan Nicolaescu
247eedf8e9
vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
...
(vera-font-lock-match-item): Fix doc string.
(vera-in-comment-p): Remove unused function.
(vera-skip-forward-literal,vera-skip-backward-literal): Improve code,
use `syntax-ppss'.
(vera-forward-syntactic-ws): Fix argument order.
(vera-prepare-search): Use `with-syntax-table'.
(vera-indent-line): Fix doc string.
(vera-electric-tab): Fix doc string.
(vera-expand-abbrev): Define alias instead of using `fset'.
(vera-comment-uncomment-region): Use `comment-start-skip'.
2007-06-21 22:55:44 +00:00
Dan Nicolaescu
e96e153163
vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
...
(vera-font-lock-match-item): Fix doc string.
(vera-in-comment-p): Remove unused function.
(vera-skip-forward-literal,vera-skip-backward-literal): Improve code,
use `syntax-ppss'.
(vera-forward-syntactic-ws): Fix argument order.
(vera-prepare-search): Use `with-syntax-table'.
(vera-indent-line): Fix doc string.
(vera-electric-tab): Fix doc string.
(vera-expand-abbrev): Define alias instead of using `fset'.
(vera-comment-uncomment-region): Use `comment-start-skip'.
2007-06-21 22:51:00 +00:00
Glenn Morris
fc98ca56e0
Header changes: mark file as part of Emacs, update FSF address.
2007-06-21 04:07:24 +00:00
Dan Nicolaescu
5fd6ff9608
progmodes/vera-mode.el: New file.
2007-06-20 15:22:59 +00:00
Alan Mackenzie
7bcc657509
(c-remove-any-local-eval-or-mode-variables): When removing lines, also
...
remove the \n. Correction of patch of 2007-04-21.
2007-06-20 08:51:31 +00:00
Alan Mackenzie
5c4c911a17
(c-remove-any-local-eval-or-mode-variables): When removing lines, also
...
remove the \n. Correction of patch of 2007-04-21.
2007-06-20 08:27:53 +00:00
Glenn Morris
b3af7c423a
Mark file as part of Emacs. Correct FSF address in header.
2007-06-20 07:29:45 +00:00
Dan Nicolaescu
37d4643c60
* progmodes/vera-mode.el: New file.
2007-06-20 06:21:54 +00:00
Stefan Monnier
74ab576e42
(sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2007-06-18 20:10:06 +00:00
Miles Bader
262d5ce7c2
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 793-802)
- Update from CVS
- Remove RCS keywords
- Merge from emacs--rel--22
* emacs--rel--22 (patch 42-50)
- Update from CVS
- Merge from gnus--rel--5.10
- Gnus ChangeLog tweaks
* gnus--rel--5.10 (patch 229-232)
- Merge from emacs--devo--0, emacs--rel--22
- ChangeLog tweak
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-23
2007-06-16 22:33:42 +00:00
Juanma Barranquero
36754e8e79
(python-complete-symbol): Remove redundant check.
2007-06-14 00:11:40 +00:00
Stefan Monnier
4f3a33689b
Remove unneeded * from docstrings. Use [:alpha:] & [:alnum:] where applicable.
...
(sh-quoted-subshell): Rewrite to handle nested mixes of `...` and $(...).
(sh-apply-quoted-subshell): Remove.
(sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
2007-06-13 18:25:46 +00:00
Stefan Monnier
935e6b7982
(sh-font-lock-backslash-quote, sh-font-lock-flush-syntax-ppss-cache): New funs.
...
(sh-font-lock-syntactic-keywords): Use them to distinguish the
different possible cases for \'.
2007-06-11 22:16:43 +00:00
Miles Bader
67f3ad67ee
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 781-792)
- Update from CVS
- Merge from gnus--rel--5.10
- Merge from emacs--rel--22
* emacs--rel--22 (patch 33-41)
* gnus--rel--5.10 (patch 226-228)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-21
2007-06-11 01:00:07 +00:00
Juanma Barranquero
6a3ccec7d1
(mixal-operation-codes-alist): Fix typo in docstring.
2007-06-07 14:27:21 +00:00
Juanma Barranquero
f8ceafa5e1
(mixal-operation-codes-alist): Fix typo in docstring.
2007-06-07 14:24:34 +00:00
Juanma Barranquero
e7c275e777
(ebrowse-draw-file-member-info): Doc fix.
2007-06-07 13:20:47 +00:00
Juanma Barranquero
00a2367d34
(ebrowse-draw-file-member-info): Doc fix.
2007-06-07 13:16:41 +00:00
Juanma Barranquero
d9271f4169
(idlwave-one-key-select): Fix typo in docstring.
2007-06-07 12:41:27 +00:00
Juanma Barranquero
90d0c25fd8
(idlwave-one-key-select): Fix typo in docstring.
2007-06-07 12:12:03 +00:00
Juanma Barranquero
dcd14f8005
(ebrowse-member-table): Fix typo in docstring.
2007-06-07 00:28:27 +00:00
Juanma Barranquero
69bfc6c0a8
(ebrowse-member-table): Fix typo in docstring.
2007-06-07 00:06:39 +00:00
Juanma Barranquero
b9e4fbd34b
(idlwave-routines): Fix typo in docstring.
2007-06-04 22:54:46 +00:00