1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

86191 Commits

Author SHA1 Message Date
Chong Yidong
c6e0e1ccec (wordify): New argument for lax word-ends.
(Fword_search_forward_lax, Fword_search_backward_lax): New funs.
2008-09-25 17:05:45 +00:00
Chong Yidong
8f23793d9d * search.c (wordify): New argument for lax word-ends.
(Fword_search_forward_lax, Fword_search_backward_lax): New funs.
2008-09-25 17:05:37 +00:00
Miles Bader
eef5ade7a3 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1431
2008-09-25 15:47:30 +00:00
Miles Bader
e52cac8805 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1429
2008-09-25 15:38:29 +00:00
Juanma Barranquero
4b8643d33e * generic-x.el (generic-other-modes): Fix typo in docstring.
(generic-use-find-file-hook, generic-lines-to-scan)
  (generic-find-file-regexp, generic-ignore-files-regexp)
  (generic-define-mswindows-modes, generic-define-unix-modes):
  Remove `*' from docstring.
  (generic-mode-find-file-hook): Use `string-match-p'.
  (apache-log-generic-mode, mailagent-rules-generic-mode)
  (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
  (java-manifest-generic-mode, java-properties-generic-mode)
  (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
  for consistency with other modes in generic-x.el.
2008-09-25 10:45:20 +00:00
Martin Rudalics
fa9a8f7899 (latex-handle-escaped-parens): New variable.
(latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
parens specially only if latex-handle-escaped-parens is non-nil.
(latex-indent-within-escaped-parens): New option.
(latex-find-indent): Bind latex-handle-escaped-parens to
latex-indent-within-escaped-parens.  Do not treat escaped parens
specially when this is non-nil.  (Bug#954)
2008-09-25 08:39:30 +00:00
Glenn Morris
4dd7f3750f (ffap-fixup-url): Don't call url-normalize-url. (Bug#898) 2008-09-25 07:45:35 +00:00
Glenn Morris
4968291f3f Comment. 2008-09-25 07:41:32 +00:00
Chong Yidong
6002d9b956 Fix last fix. 2008-09-25 01:46:06 +00:00
Chong Yidong
f41d99b0b4 (vc-mark-resolved): Move message here from vc-default-mark-resolved.
(vc-default-mark-resolved): Change to an alias for ignore.
2008-09-25 01:44:23 +00:00
Chong Yidong
51dde7dc8a * vc.el (vc-mark-resolved): Move message here from vc-default-mark-resolved.
(vc-default-mark-resolved): Change to an alias for ignore.
2008-09-25 01:44:10 +00:00
Chong Yidong
64a0823127 Add comment to last fix. 2008-09-25 00:11:36 +00:00
Chong Yidong
5273453b68 (term-emulate-terminal): Encode input string before checking its
length.
2008-09-25 00:05:52 +00:00
Chong Yidong
1601aa7acf * term.el (term-emulate-terminal): Encode input string before checking
its length.
2008-09-25 00:05:40 +00:00
Chong Yidong
e4bf03f6a8 (sh-mode-map): Don't assume that skeleton is loaded. 2008-09-24 22:51:09 +00:00
Chong Yidong
32655809a8 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton is
loaded.
2008-09-24 22:50:56 +00:00
Chong Yidong
737e5c834b (server-buffer-done): Avoid changing the buffer when deleting the
client's frame (bug#640).
2008-09-24 20:12:02 +00:00
Chong Yidong
ef1a3179f0 * server.el (server-buffer-done): Avoid changing the buffer when
deleting the client's frame (bug#640).
2008-09-24 20:11:47 +00:00
Dan Nicolaescu
73fee52267 * lisp.h (is_daemon): Declare.
* dispnew.c (init_display): Do not try to initialize the terminal
when running as a daemon.
2008-09-24 19:58:06 +00:00
Chong Yidong
92d2ea2ce7 (vc-default-mark-resolved): New function. 2008-09-24 19:14:58 +00:00
Chong Yidong
b1a6746fb8 * vc.el (vc-default-mark-resolved): New function. 2008-09-24 19:14:48 +00:00
Chong Yidong
c8145d5e95 (rfc822-addresses): Prevent rfc822-bad-address from raising a
wrong-type-argument error.
2008-09-24 17:56:13 +00:00
Chong Yidong
574297e3b9 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
from raising a wrong-type-argument error.
2008-09-24 17:55:57 +00:00
Martin Rudalics
e3d51b2790 *** empty log message *** 2008-09-24 16:24:35 +00:00
Martin Rudalics
46f12fd46f (describe-face): Print relative file name in help buffer. 2008-09-24 16:15:38 +00:00
Martin Rudalics
e8e8dbf923 (describe-function-1, describe-variable): Print
relative file name in help buffer.
2008-09-24 16:13:35 +00:00
Juanma Barranquero
062f2cfc1f Fix previous changes. 2008-09-24 02:11:10 +00:00
Juanma Barranquero
10d1d0af5f Fix typos. 2008-09-24 01:16:16 +00:00
Martin Rudalics
d6a3febd83 *** empty log message *** 2008-09-23 17:59:28 +00:00
Romain Francoise
86ec740ec4 (with-output-to-string): Make sure that the temporary buffer gets
killed.
2008-09-23 17:26:40 +00:00
Paul Reilly
b05f4920d5 *** empty log message *** 2008-09-23 11:32:25 +00:00
Paul Reilly
e93edd3fca First pass at handling decoding the mbox message into the view buffer. 2008-09-23 11:30:17 +00:00
Martin Rudalics
8ca37e61fc (latex-find-indent): ... and handle conjunction correctly this time. 2008-09-23 08:25:44 +00:00
Martin Rudalics
be10dcf247 (calculate-lisp-indent): Fix indentation problem with keyword symbols
when a list starts with ,@ or spaces.  (Bug#1012)
2008-09-23 07:06:12 +00:00
Martin Rudalics
ea60d1b14f (latex-find-indent): ... and don't change original position when
it fails.
2008-09-23 06:35:31 +00:00
Martin Rudalics
ee1751a5e8 (latex-find-indent): Try to handle
escaped close parens correctly.  (Bug#954)
2008-09-23 06:15:52 +00:00
Chong Yidong
01163003d1 (Minibuffer): Simplify introduction.
(Minibuffer File): Document tilde in minibuffer filenames.
(Minibuffer Edit): Mention that the prompt is read-only.  Describe how
to enter tabs, spaces, and question marks.  Describe behavior of C-a.
(Completion Example): Update example to current command list.
(Completion Options): Document `lazy' value of completion-auto-help.
Update contents of completion-ignored-extensions.
(Minibuffer History): Describe "future history" list.  State default
value of history-delete-duplicates.
2008-09-22 23:43:32 +00:00
Chong Yidong
c8851dcfa4 Checked kmacro.texi 2008-09-22 23:41:27 +00:00
Chong Yidong
3a85ea6918 (Basic Keyboard Macro): Make F3 and F4 the preferred
interface for defining macros.  Simplify examples.  Note that C-g quits
macro definitions.
(Keyboard Macro Counter): Document using F3 to insert counter. Give
usage example.
(Keyboard Macro Query): Organize query responses in a table.
2008-09-22 23:40:54 +00:00
Chong Yidong
402168faf7 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
interface for defining macros.  Simplify examples.  Note that C-g quits
macro definitions.
(Keyboard Macro Counter): Document using F3 to insert counter. Give
usage example.
(Keyboard Macro Query): Organize query responses in a table.
2008-09-22 23:40:38 +00:00
Juanma Barranquero
e45da31d30 * emacs.texi (Top): Remove Kill Errors from menu. 2008-09-22 21:13:57 +00:00
Chong Yidong
54eac12ca5 checked fixit.texi 2008-09-22 18:17:02 +00:00
Chong Yidong
bc129797ca (Fixit): Favor C-/ keybinding for undo throughout. Link to Erasing
node.
(Undo): Reorganize paragraphs for logical flow.  Move keybinding
rationale to a footnote.
(Kill Errors): Remove node, due to redundancy with Erasing.
(Spelling): Move discussion of flyspell to end.  Note new behavior of
M-$ in active region.  Remove non-ispell-specific keybindings from
table.
2008-09-22 18:16:42 +00:00
Chong Yidong
841c809617 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
to Erasing node.
(Undo): Reorganize paragraphs for logical flow.  Move keybinding
rationale to a footnote.
(Kill Errors): Remove node, due to redundancy with Erasing.
(Spelling): Move discussion of flyspell to end.  Note new behavior of
M-$ in active region.  Remove non-ispell-specific keybindings from
table.
2008-09-22 18:15:32 +00:00
Chong Yidong
889bd43841 (compute_tip_xy): Use x_display_pixel_width and
x_display_pixel_height.
2008-09-22 15:52:24 +00:00
Chong Yidong
6cb3af4a2b * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
x_display_pixel_height.
2008-09-22 15:52:15 +00:00
Martin Rudalics
3ecc116303 (record_point): Don't call Fundo_boundary for first
change.  (Bug#731)
2008-09-22 15:40:20 +00:00
Juanma Barranquero
9d0a6e4205 * emacs.c (Fdaemonp): Doc fix. 2008-09-22 15:21:40 +00:00
Dan Nicolaescu
9d29095c13 (main): Place #ifdef.in the proper place. 2008-09-22 12:42:50 +00:00
Tassilo Horn
b45c803b10 (fortune-in-buffer): Fix a bug which forced
usage of `fortune-file' even though a FILE argument was passed to
the function.
2008-09-22 10:24:31 +00:00