1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00
Commit graph

37142 commits

Author SHA1 Message Date
Stefan Monnier
5bdc71d0cd (log-view-font-lock-keywords): Use `eval' so as to adapt to buffer settings. 2007-08-10 08:20:20 +00:00
Stefan Monnier
62fc0b713f *** empty log message *** 2007-08-10 06:52:54 +00:00
Stefan Monnier
3527bdcc43 (backquote-delay-process): New function.
(backquote-process): Add internal arg `level'.  Use the two to
correctly handle nested backquotes.
2007-08-10 06:52:30 +00:00
Stefan Monnier
33e5d7d4c9 (vc-bzr-registered): Use \0 instead of literal NULs.
(vc-bzr-state-words): Add "kind changed" state word.
(vc-bzr-status): New function.  Return Bzr idea of file status,
which is different from VC's.
(vc-bzr-state): Use vc-bzr-status.
(vc-workfile-unchanged-p): Use vc-bzr-status.
(vc-bzr-revert): Use synchronous process; expect exitcode 0.
(vc-dired-state): Process "kind changed" state word.
2007-08-09 14:57:45 +00:00
Stefan Monnier
a377373012 (vc-default-find-file-not-found-hook): Do nothing. 2007-08-09 14:42:00 +00:00
Stefan Monnier
9d8f43bfbf (vc-rcs-find-file-not-found-hook):
Move from vc-default-find-file-not-found-hook.
2007-08-09 14:39:20 +00:00
Glenn Morris
6e4a68d2b8 (help-make-xrefs): Fix previous change. 2007-08-09 02:49:10 +00:00
Vinicius Jose Latorre
2540a3abbd username and password default 2007-08-09 01:41:08 +00:00
Stefan Monnier
a88459cd63 Remove spurious * in docstrings.
Merge defvars and toplevel setq-defaults.
(Man-highlight-references0): Limit=nil rather than point-max.
(Man-mode-map): Move initialization into the declaration.
(Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
(Man-view-header-file): Use expand-file-name rather than concat.
(Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2007-08-08 19:52:03 +00:00
Stefan Monnier
4cb071a4bd (Man-next-section): Make sure we do not move backward. 2007-08-08 19:44:55 +00:00
Vinicius Jose Latorre
ea1711904f ps-print-color-p fix 2007-08-08 16:37:46 +00:00
Stefan Monnier
4aaffda19b (auto-mode-alist): Use the purecopied text (duh!). 2007-08-08 14:06:02 +00:00
Andreas Schwab
ece1116442 (sendmail-pre-abbrev-expand-hook): Check for
self-insert-command, not self-insert.
2007-08-08 11:51:48 +00:00
Glenn Morris
42be947978 (help-make-xrefs): Search for symbol constituents, rather than just `-'. 2007-08-08 08:03:53 +00:00
Glenn Morris
6c4a608e90 (Documentation Tips): Recommend against `iff'. 2007-08-08 08:01:42 +00:00
Glenn Morris
4837b516ea Replace `iff' in doc-strings and comments. 2007-08-08 07:40:09 +00:00
Glenn Morris
5453fa4112 Remove time-stamp.
Replace `iff' in doc-strings and comments.
2007-08-08 07:37:59 +00:00
Glenn Morris
e7f767c25e Replace `iff' in doc-strings and comments. 2007-08-08 07:34:30 +00:00
Glenn Morris
3ecd3a56c0 Replace `iff' in doc-strings and comments. 2007-08-08 07:27:21 +00:00
Glenn Morris
df26688bd0 Replace `iff' in doc-strings and comments. 2007-08-08 07:21:11 +00:00
Glenn Morris
81bb49ce46 Replace `iff' in doc-strings and comments. 2007-08-08 07:18:57 +00:00
Glenn Morris
ab2d877d45 Replace `iff' in doc-strings and comments. 2007-08-08 07:17:12 +00:00
Glenn Morris
314125ec37 (checkdoc-ispell-lisp-words): Remove `iff'.
Replace `iff' in doc-strings and comments.
2007-08-08 07:15:01 +00:00
Martin Rudalics
eaccbbd3c4 (2C-two-columns, 2C-merge): Use window-full-width-p instead of comparing
frame-width and window-width.
2007-08-08 06:04:51 +00:00
Martin Rudalics
0dad3dfecc (compilation-set-window-height): Use window-full-width-p instead of
comparing frame-width and window-width.
(compilation-find-buffer): Remove extra
argument in call to compilation-buffer-internal-p.
2007-08-08 05:57:54 +00:00
Martin Rudalics
70ad3da9ec Use window-full-width-p instead of comparing frame-width and
window-width.
2007-08-08 05:51:36 +00:00
Michael Albinus
d62c9a33c4 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
parameters IDENTIFICATION and CONNECTED.
(tramp-handle-insert-file-contents): VISIT must be handled after
insertion of the local copy.  Reported by Peter Gordon
<peter@pg-consultants.com>.
(tramp-file-name-handler): No special handling for
`expand-file-name'.  But for `file-name-as-directory'.
(tramp-find-shell, tramp-open-connection-telnet)
(tramp-open-connection-rsh, tramp-open-connection-su)
(tramp-open-connection-multi)
(tramp-open-connection-setup-interactive-shell): Guard against
$PROMPT_COMMAND shell var.  Reported by Steve Youngs
<steve@sxemacs.org>.
(tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
the hint.

* net/trampver.el: Update release number.
2007-08-07 20:04:27 +00:00
Stefan Monnier
b14d552b33 (tcl-indent-level, tcl-continued-indent-level): Add safe-local-variable prop. 2007-08-07 17:00:44 +00:00
Chong Yidong
403ac098e1 (image-toggle-display): Use image-refresh. 2007-08-07 16:40:29 +00:00
Chong Yidong
b13e2d29e9 * image-mode.el (image-toggle-display): Use image-refresh. 2007-08-07 16:40:18 +00:00
Chong Yidong
275e235e8d (longlines-decoded): New variable.
(longlines-mode): Avoid encoding or decoding the buffer twice.
2007-08-07 16:08:39 +00:00
Chong Yidong
559818abde * longlines.el (longlines-decoded): New variable.
(longlines-mode): Avoid encoding or decoding the buffer twice.
2007-08-07 16:08:26 +00:00
Stefan Monnier
a460c94c17 Remove comments about vc-bzr.el being a modified unofficial version.
(vc-bzr-command): Remove redundant setting of process-connection-type.
(vc-bzr-admin-checkout-format-file): Add autoload.
(vc-bzr-root-dir): Remove in favor of vc-bzr-root.
(vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
(vc-bzr-registered): Compare dirstate format tag with known good
value, abort parsing if match fails.  Warn user in docstring.
(vc-bzr-workfile-version): Case for different Bzr branch formats.
See bzrlib/branch.py in Bzr sources.
(vc-bzr-diff): First argument FILES may be a string rather than a list.
(vc-bzr-shell-command): Remove in favor of
vc-bzr-command-discarding-stderr.
(vc-bzr-command-discarding-stderr): New function.
2007-08-07 04:23:50 +00:00
Vinicius Jose Latorre
49084b3679 Returning back printing.el 2007-08-06 23:33:37 +00:00
Stefan Monnier
b6e6e09ac1 (vc-bzr-registered): Gracefully handle missing "bzr"
program, and return nil
(vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
(vc-bzr-state): Look for path names relative to the repository
root after status keyword.
(vc-bzr-file-name-relative): New function.
(vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
depend on it.
(vc-bzr-admin-dirname, ...-checkout-format-file)
(...-branch-format-file, ...-revhistory): Paths to some Bzr internal
files that we now parse directly for speed.
(vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
(vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
(vc-bzr-state): "bzr status" successful only if exitcode is 0
(vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
Bzr warnings, so we must discard it.
(vc-bzr-workfile-version): Speedup counting lines from
`vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
if that file doesn't exist.
(vc-bzr-responsible-p): Use `vc-bzr-root' instead of
`vc-bzr-root-dir' for speed.
add `vc-bzr-admin-dirname' (not ".bzr"!) to `vc-directory-exclusion-list'
(vc-bzr-shell-command): New function.
2007-08-06 21:17:34 +00:00
Stefan Monnier
dfbd373dfb (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
Typo in docstring.
2007-08-06 20:08:55 +00:00
Stefan Monnier
036f2966c3 (tpu-current-line): Use posn-at-point and count-screen-lines.
(tpu-edt-off): Disable relevant pieces of advice.
2007-08-06 16:21:33 +00:00
Stefan Monnier
f2b189796c (tpu-before-save-hook): Rename from tpu-write-file-hook.
Activate it with add-hook on buffer-save-hook.
(newline, newline-and-indent, do-auto-fill): Use advice instead of
redefining the function.
(tpu-set-scroll-margins): Activate the pieces of advice.
2007-08-06 16:20:10 +00:00
Michael Albinus
1f3d1bea39 *** empty log message *** 2007-08-06 07:23:39 +00:00
Michael Albinus
5bc880a47d * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
process-filter.
2007-08-06 06:57:31 +00:00
Martin Rudalics
2a5f11a2b0 (resize-temp-buffer-window): Use window-full-width-p
instead of comparing frame-width and window-width.
2007-08-06 06:51:13 +00:00
Vinicius Jose Latorre
a6f882f597 Honor term-default-fg-color and term-default-bg-color settings when modifying term-current-face. 2007-08-05 14:09:30 +00:00
Vinicius Jose Latorre
0dad68f039 Require lpr and ps-print when loading printing package 2007-08-05 12:58:00 +00:00
Michael Albinus
70aa3317c5 *** empty log message *** 2007-08-05 12:48:27 +00:00
Michael Albinus
6435918d3d * net/tramp.el (tramp-handle-file-remote-p): Return a string as
remote identification.
2007-08-05 12:43:06 +00:00
Michael Albinus
212b726841 * files.el (set-auto-mode): Handle also remote files wrt
`auto-mode-alist'.
2007-08-05 08:57:24 +00:00
Glenn Morris
b1ab8c3810 (auto-revert-tail-mode): auto-revert-tail-pos is zero, not nil, when
the library is first loaded.  Check for a file that has been modified
on disk.
2007-08-04 02:35:10 +00:00
Glenn Morris
e9bfd3a3f9 (cperl-compilation-error-regexp-alist): Remove duplicate defvar
preventing initialization.
(cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2007-08-04 02:32:43 +00:00
Glenn Morris
14f7b89dd3 (telnet-mode): Fix previous change. 2007-08-03 17:09:43 +00:00
Miles Bader
5716cebdd0 Change capitalization of VC backend names for new backends
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-87
2007-08-03 05:09:21 +00:00