1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00
Commit Graph

63599 Commits

Author SHA1 Message Date
Kim F. Storm
0acfb7cea6 (defgroup grep): Doc fix.
(grep-auto-highlight): Remove.
(grep-template): New defcustom.
(grep-find-template): Rename from grep-tree-template.
(grep-files-aliases): Rename from grep-tree-files-aliases.
Remove "all" alias, add "l" alias.
(grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
(grep-find-ignored-directories): New defcustom to replace
grep-tree-ignore-CVS-directories, to facilitate ignoring
subdirectories for multiple version control systems.
(grep-mode-map): Add Recursive grep item to GREP menu.
(grep-regexp-history, grep-files-history): New defvars.
(grep-probe): New helper function.
(grep-compute-defaults): Use it to simplify code.
Adapt to name changes.
Use `.' as base in grep-find-template rather than <D>.
(grep): Remove superfluous highlight-regexp arg.  Fix doc.
Call grep-compute-defaults unconditionally.
(grep-expand-keywords): New defconst.
(grep-expand-template): Rename from grep-expand-command-macros.
Simplify via grep-expand-keywords.  Look at case-fold-search instead
of grep-tree-ignore-case to add -i option.
Bind case-fold-search to nil while matching keywords.
(grep-tree-last-regexp, grep-tree-last-files): Remove.
(grep-read-regexp, grep-read-files): New helper functions.
(rgrep): Rename from grep-tree.	 Rework to use proper histories.
Adapt to changes in defcustoms and functions above.
(lgrep): New command, as grep, but using same interactive api as rgrep.
2006-04-28 22:22:01 +00:00
Kim F. Storm
264e968987 *** empty log message *** 2006-04-28 22:20:57 +00:00
Eli Zaretskii
6ed3e59568 Fix a typo in a doc string. 2006-04-28 05:09:13 +00:00
Michael Albinus
1ecc6145d8 * net/tramp.el (tramp-completion-file-name-handler): Disable
Tramp's functionality while loading Tramp itself.
(tramp-register-file-name-handlers): That's a defsubst now.  Code
from `tramp-repair-jka-compr' moved here.  Apply it via
`after-init-hook'.
(tramp-repair-jka-compr): Removed.
2006-04-28 04:06:16 +00:00
Jay Belanger
a48b489eb9 (calc-embedded-make-info): Use `math-read-expr' when
`math-read-big-expr' doesn't work.
2006-04-27 18:40:41 +00:00
Reiner Steib
cb58ea3322 (command-line-1): Display warning when
pure-space-overflow is non-nil.
2006-04-27 13:51:57 +00:00
Roland Winkler
991767e75e * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
risky.

	* textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
	Return the URL or nil if none can be generated.
2006-04-26 23:36:24 +00:00
Roland Winkler
12fab222fb (bibtex-url): New optional arg no-browse. Return the URL or nil if
none can be generated.
2006-04-26 23:34:34 +00:00
Roland Winkler
90ce8c2a0b (bibtex-user-optional-fields): Mark as risky. 2006-04-26 23:32:39 +00:00
Nick Roberts
e3456652af (gud-comint-buffer): Move forward to stop byte compiler warnings.
(gud-basic-call, gud-find-expr): Let user select an expression
for printing.  Print expression as well as value in GUD buffer.
2006-04-26 23:03:56 +00:00
Nick Roberts
5cd35d2cf0 (pp1, pv1): Only print value as expression is now printed out by gud-print.
(pv1): Correct doc string.
2006-04-26 23:02:33 +00:00
Nick Roberts
4a113e3faf *** empty log message *** 2006-04-26 23:01:51 +00:00
Miles Bader
0565caebd9 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-249
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 91-95)

   - Merge from emacs--devo--0
   - Update from CVS
2006-04-26 21:58:05 +00:00
Stefan Monnier
8570ce8082 Remove local autoload declaration for
pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
(allout-show-bodies, allout-header-prefix, allout-primary-bullet)
(allout-plain-bullets-string, allout-distinctive-bullets-string)
(allout-use-mode-specific-leader, allout-old-style-prefixes)
(allout-stylish-prefixes, allout-numbered-bullet)
(allout-file-xref-bullet, allout-presentation-padding)
(allout-use-hanging-indents, allout-reindent-bodies): Mark as
safe-local-variable with suitable value spec, and add autoload
cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
(move-beginning-of-line, move-end-of-line): Repair so these compat
functions now actually resituate the point, when appropriate.
2006-04-26 21:54:51 +00:00
Juanma Barranquero
1bf5b5be50 *** empty log message *** 2006-04-26 21:32:06 +00:00
Stefan Monnier
e89e07ccac (store_in_keymap): Change def' arg to not be register'.
Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8):
keymap.c:895: error: address of register variable `def' requested.
2006-04-26 20:50:25 +00:00
Stefan Monnier
351b838f61 (url-open-stream): Don't hide errors.
(url-gateway-nslookup-host, url-open-telnet): Use with-current-buffer.
2006-04-26 20:40:18 +00:00
Stefan Monnier
89a1fe7748 (url-insert): New function.
(url-insert-file-contents): Use it.
2006-04-26 20:37:58 +00:00
Stefan Monnier
a42beb53d3 Fixup commenting convention. 2006-04-26 20:22:57 +00:00
Stefan Monnier
be12bc57de (c-subword-mode-map): Use command remapping. 2006-04-26 20:21:56 +00:00
Richard M. Stallman
8ac3a45582 (Parsing Expressions): Minor cleanup. 2006-04-26 19:32:20 +00:00
Jason Rumney
8b03732ee0 (construct_mouse_wheel): Handle negative coordinates. 2006-04-26 18:19:13 +00:00
Jason Rumney
f5f69b6b47 (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
<WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases
where we preempt mouse_button_timer.
2006-04-26 17:54:41 +00:00
Jason Rumney
7d6f8c685e *** empty log message *** 2006-04-26 17:54:06 +00:00
Stefan Monnier
0739a962ae (add-log-iso8601-time-zone): Make parameter optional.
(add-log-iso8601-time-string): Fix call to format-time-string.
2006-04-26 14:16:05 +00:00
Eric Ding
13384ea67e * mh-e.el (mh-invisible-header-fields-internal): Add entry "X-Provags-ID:" 2006-04-26 13:13:35 +00:00
Kim F. Storm
79a09c9c48 (posn-string, posn-image, posn-object): Doc fix. 2006-04-26 08:56:32 +00:00
Kim F. Storm
5a56121fef *** empty log message *** 2006-04-26 08:56:23 +00:00
Masatake YAMATO
0db097a557 (asm-mode, asm-mode-syntax-table): Add
support for "//" style comments. Remove `b' flag
from ?* in `asm-mode-syntax-table'.
2006-04-26 07:03:20 +00:00
Stefan Monnier
08a1dbe662 Use (featurep 'xemacs) everywhere.
(follow-mode): Use define-minor-mode.
(follow-mode-map): Move initialization into the declaration.
Use command remapping.
(follow-emacs-version-xemacs-p): Remove.
(follow-submit-feedback): Remove.
2006-04-26 05:50:51 +00:00
Stefan Monnier
7e5d77dc2c (allout-layout, allout-passphrase-verifier-string)
(allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2006-04-26 05:36:12 +00:00
Stefan Monnier
6268ff9886 Mention negative depth in syntax-ppss's output. 2006-04-26 05:35:27 +00:00
Stefan Monnier
50bfbe5fc0 Minor tweaks. 2006-04-26 05:33:11 +00:00
Stefan Monnier
0a206828d8 (reftex-vref-is-default, reftex-fref-is-default, reftex-guess-label-type):
Tighten up a bit the safety predicate.
2006-04-26 05:30:29 +00:00
Stefan Monnier
49011d4697 (sentence-end-double-space, sentence-end-without-period)
(sentence-end-without-space, page-delimiter, paragraph-ignore-fill-prefix):
Tighten up a bit the safety predicate.
2006-04-26 05:28:47 +00:00
Stefan Monnier
a1c43d02e9 (colon-double-space): Tighten up a bit the safety predicate. 2006-04-26 05:27:48 +00:00
Stefan Monnier
45e46cb773 (python-continuation-line-p, python-beginning-of-statement):
syntax-ppss may return a negative depth.
2006-04-26 05:26:39 +00:00
Stefan Monnier
72c0b9b8fa (time-stamp-start, time-stamp-end, time-stamp-inserts-lines):
Tighten up a bit the safety predicate.
2006-04-26 05:25:32 +00:00
Stefan Monnier
d1921057f3 Remove spurious * in docstrings.
(add-log-time-zone-rule): Rename from change-log-time-zone-rule.
(add-change-log-entry): Use it here, since it's not specific to iso8601.
(add-log-iso8601-time-string): Don't use it here any more.
(change-log-indent-text, change-log-indent): Rename from add-log-*.
2006-04-26 05:23:37 +00:00
Stefan Monnier
21a360b2c3 (abbrev-mode): Tighten up a bit the safety predicate. 2006-04-26 05:16:01 +00:00
Miles Bader
02f47e8630 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-247
Rcirc patch from Ryan Yeske

2006-04-25  Ryan Yeske  <rcyeske@gmail.com>

   * lisp/net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
   (rcirc-toggle-low-priority): Doc fix.
   (rcirc-handler-NOTICE): Remove beginning of line anchor in
   ChanServ regexp.
   (rcirc-startup-channels-alist): Connect to #rcirc by default, not
   #emacs.
   (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
   (rcirc-decode-coding-system): Use utf-8 as the default.
   (rcirc-multiline-minor-mode): Set the fill-column.
   (rcirc-format-response-string): Display bright and dim nicks.
   (rcirc-browse-url): Update interactive spec to fill ARG.
   (rcirc-bright-nick, rcirc-dim-nick): Add faces.
   (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2006-04-26 03:09:31 +00:00
Bill Wohler
6a7250d806 (mh-folder-expand-at-point): Fix folder completion. Folders returned
by mh-folder-completion-function no longer need adornment (closes SF
#1476270).
2006-04-25 21:41:13 +00:00
Miles Bader
51d793dabf Revision: emacs@sv.gnu.org/emacs--devo--0--patch-245
(Ffield_beginning, find_field): Undo change of 2006-04-23.

2006-04-25  Miles Bader  <miles@gnu.org>

   * src/editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.
2006-04-25 08:18:01 +00:00
Bill Wohler
c0e5c8662b (Getting Started): Made it more explicit that you need to install MH,
and also included pointers to current MH implementations.
2006-04-24 22:15:33 +00:00
J.D. Smith
f12ddbe8e2 Removed mention of C-c C-j. 2006-04-24 21:59:03 +00:00
J.D. Smith
19f0b8b5fe (bibtex-find-entry): Don't demand matching case for @Article, etc. 2006-04-24 21:57:45 +00:00
Stefan Monnier
a9ec73170e Include headers for pid_t. 2006-04-24 13:10:19 +00:00
Stefan Monnier
b841df8f0b Add documentation about font-lock-multiline. 2006-04-24 06:35:58 +00:00
Miles Bader
1942c962e3 Add arch tagline 2006-04-24 05:21:21 +00:00
Kim F. Storm
4ec9a7e215 Fix last change:
(produce_stretch_glyph): Assume that face box height and width is
already	included in stretch glyph size so caller doesn't have to
consider the extra space otherwise added (fixes problem in ses.el).
2006-04-24 00:22:26 +00:00