1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-06 14:22:31 -07:00
Commit graph

11939 commits

Author SHA1 Message Date
Juanma Barranquero
1909cca025 (woman-dired-define-keys): Use mapc' rather than mapcar'. 2007-09-25 11:17:39 +00:00
Glenn Morris
13b1f3409f *** empty log message *** 2007-09-25 07:29:08 +00:00
Glenn Morris
5aca5ac39c (view-search-no-match-lines): Add a doc string. Rewrite to simplify
and work better.
2007-09-25 02:28:49 +00:00
Dan Nicolaescu
17ee46255f * progmodes/cc-mode.el (c-mode-base-map): Use
c-indent-line-or-region instead of c-indent-line.

* indent.el (indent-for-tab-command): First check if the region is
active.
2007-09-24 17:48:50 +00:00
Michaël Cadilhac
f0fe5c145d (whitespace-tickle-timer): Don't install the timer if
whitespace-rescan-timer-time is 0.
2007-09-24 15:16:01 +00:00
Karl Berry
104b04f5ad doc string grammar 2007-09-24 13:54:18 +00:00
Michael Albinus
6c4e47fa46 * net/tramp.el (tramp-completion-mode-p): Rename from
`tramp-completion-mode'. Revert logic, check `return', `newline'
and such alike. Packages like Icicles tend to use other completion
characters but `tab' and `space' only.
2007-09-24 05:29:29 +00:00
Glenn Morris
f4ff3e5cc0 Adam Hupp <adam at hupp.org>
(run-python): Import emacs module without waiting; prevents lockup on
error.
2007-09-24 00:12:25 +00:00
Richard M. Stallman
e32725a7f4 (mail-bury): Delete the frame
if this frame looks like it was made for this message.
2007-09-23 15:32:17 +00:00
Richard M. Stallman
7c4d5b8abb (org-confirm-shell-link-function, org-confirm-elisp-link-function): Doc fixes. 2007-09-23 14:23:33 +00:00
Glenn Morris
f3d7e5c44f *** empty log message *** 2007-09-23 01:07:00 +00:00
Dan Nicolaescu
f7ba2ff462 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
* term/tvi970.el (terminal-init-tvi970): Likewise.

* term/sun-mouse.el (print-mouse-format): Likewise.

* term/sun.el (scroll-down-in-place, scroll-up-in-place): Use
forward-line instead of previous-line and next-line.
2007-09-23 00:38:44 +00:00
Juri Linkov
f3de57e906 (org-confirm-shell-link-function): Doc fix. 2007-09-22 23:56:57 +00:00
Juri Linkov
6e0cfad326 (fancy-startup-text, fancy-about-text, fancy-startup-tail):
Add help-echo to external links and to links without description.
(fancy-splash-insert): Use help-echo from the 3rd element of the
link specification list, or "Follow this link" if it's nil.  Doc fix.
2007-09-22 22:14:51 +00:00
Juri Linkov
1cff9ad172 (command-line): Rename `inhibit-startup-message' to
`inhibit-startup-screen'.
(fancy-about-text): Use shorter label for "Ordering Manuals".
(fancy-startup-tail): Add optional arg `concise'.  When `concise'
is nil, display a line with "To start..." and 3 links to useful
tasks.  Display the "Dismiss" button and "Don't show this message
again" only when concise is non-nil.
(fancy-startup-screen): Call `fancy-startup-tail' with optional
arg `concise'.  If CONCISE is non-nil, display a concise version
of the splash screen in another window.  Otherwise, switch to the
startup buffer in the same window.
(startup-echo-area-message): Change displayed binding from
C-h C-p (describe-project) to C-h C-a (about-emacs), and change
text "about the GNU system and GNU/Linux" to "about GNU Emacs and
the GNU system".
(display-startup-screen): Fix buffer name from "*About GNU Emacs*"
to "*GNU Emacs*".
(display-about-screen): Don't check the existence of the buffer
"*About GNU Emacs*".
(display-splash-screen): Make alias to `display-startup-screen'.
(command-line-1): Rename `inhibit-startup-message' to
`inhibit-startup-screen'.  Inhibit startup screen when Emacs is
started with command line options "-f", "-funcall", "-e", "-eval",
"-execute", "-insert", "-find-file", "-file", "-visit".
Inhibit startup screen when Emacs is started with a file name only
on tty (i.e. don't inhibit it when started with a file name like
"emacs FILE..." on a window system).
(command-line-1): Simplify logic of displaying the startup screen:
if file-count > 0, then display the concise version in another
window, otherwise display full version in the same window.
2007-09-22 14:02:38 +00:00
Dan Nicolaescu
2d5a3812de (checkdoc-force-docstrings-flag)
(checkdoc-permit-comma-termination-flag): Autoload the
safe-local-variable setting.
2007-09-22 03:37:47 +00:00
Dan Nicolaescu
4211e4349d (bookmark-xemacsp): Remove.
(bookmark-make): Don't use bookmark-xemacsp, use
(featurep 'xemacs) instead.
2007-09-22 03:11:04 +00:00
Glenn Morris
055f99f499 *** empty log message *** 2007-09-22 02:46:35 +00:00
Dan Nicolaescu
e644166a78 Delete conflict markers. 2007-09-22 01:57:23 +00:00
Dan Nicolaescu
3e51f30867 (speedbar-frame-mode)
(speedbar-frame-reposition-smartly)
(speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
(speedbar-check-vc): Remove use of non-existent variable
dframe-xemacsp, use (featurep 'xemacs) instead.
2007-09-22 01:50:54 +00:00
Dan Nicolaescu
6dd697d9a5 (indent-for-tab-command): Indent the region if
transient-mark-mode and the region is active.
2007-09-22 00:57:00 +00:00
Francesco Potortì
87094c03b7 Repair octave-inf.el. 2007-09-22 00:09:12 +00:00
Dan Nicolaescu
23d4cba5c7 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
* term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
up the tty state.
2007-09-21 20:19:10 +00:00
Juanma Barranquero
2171e172b8 (suspend-frame): Call `iconify-or-deiconify-frame' also on w32 frames. 2007-09-21 11:08:00 +00:00
Glenn Morris
8cea6fdf00 *** empty log message *** 2007-09-21 08:05:27 +00:00
Glenn Morris
2fb34c68c7 (tex-next-unmatched-eparen): Doc fix.
(tex-last-unended-eparen): New function.
(latex-backward-sexp-1): Doc fix.  Handle escaped parens.
2007-09-21 07:56:33 +00:00
Stefan Monnier
4bbfda32bb (normal-top-level): Remove DISPLAY from process-environment to let it be
computed dynamically in callproc.c
2007-09-21 07:24:01 +00:00
Stefan Monnier
5dcbade216 Don't set display-environment-variable. 2007-09-21 07:23:04 +00:00
Glenn Morris
8accceac6a (byte-compile-warning-types): Add mapcar and make-local. 2007-09-21 07:17:23 +00:00
Glenn Morris
220a31ac48 *** empty log message *** 2007-09-21 07:13:18 +00:00
Stefan Monnier
e159b86943 (server-getenv-from): Remove. Use getenv-internal instead.
(server-create-tty-frame): Don't set unused `tty' property.
Set `display' instead of display-environment-variable.
(server-create-window-system-frame): No display-environment-variable.
2007-09-21 07:10:07 +00:00
Michael Albinus
d037d50168 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
(rfn-eshadow-update-overlay-hook): New defvars.
(rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay): Run
the hooks.

* net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
(tramp-rfn-eshadow-setup-minibuffer)
(tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
rfn-eshadow.el.

* net/tramp-smb.el (tramp-smb-errors): Add error message for call
timeout.
2007-09-21 05:24:06 +00:00
Glenn Morris
89c91fdb59 Markus Triska <markus.triska at gmx.at>
(byte-compile-normal-call): Warn when `mapcar' is called for effect.
2007-09-21 04:24:53 +00:00
Glenn Morris
ac3afa5a4f (emacs-quit-menu): Remove emacstool-related code. 2007-09-21 04:01:33 +00:00
Glenn Morris
df3c9fe76a Kevin Ryde <user42 at zip.com.au>
(sgml-html-meta-auto-coding-function): Bind `case-fold-search' to t.
2007-09-21 03:19:43 +00:00
Glenn Morris
09b33024ce (tex-validate-region): Handle escaped parens.
(tex-next-unmatched-eparen): New function.
(latex-forward-sexp-1): Doc fix.  Handle escaped parens.
(latex-forward-sexp): Doc fix.
2007-09-21 03:07:52 +00:00
Glenn Morris
965d1f0e25 Diane Murray <disumu at x3y2z1.net>
(url-get-normalized-date): Pass full timezone information to
timezone-make-date-arpa-standard, since zone name may be unknown.
2007-09-21 02:59:20 +00:00
Glenn Morris
0b63fc3b46 *** empty log message *** 2007-09-21 02:37:47 +00:00
Stefan Monnier
385312c994 Remove. 2007-09-20 21:58:11 +00:00
Stefan Monnier
c35a54c70a (terminal-id): Ask terminal-live-p before giving up. 2007-09-20 21:16:26 +00:00
Richard M. Stallman
7f821b7938 (comment-add): If EXTRA, double `comment-add' value. 2007-09-20 16:32:26 +00:00
Stefan Monnier
fb1b68a482 (add-log-current-defun): Fix thinko w.r.t derived-mode-p. 2007-09-20 14:06:13 +00:00
Glenn Morris
0a4daff51e Revert previous change. 2007-09-20 03:01:01 +00:00
Glenn Morris
3cfff67b9e Revert previous change. 2007-09-20 02:53:58 +00:00
Stefan Monnier
e7988f0920 (auto-mode-alist): Use archive-mode for .rar files. 2007-09-19 17:26:29 +00:00
Stefan Monnier
7e9a3fef0b Add basic support for Rar.
(archive-find-type): Recognize Rar's signature.
(archive-desummarize): New fun.
(archive-summarize): Use it to restore the buffer's data in case
someone wants to switch to some other major mode.
(archive-resummarize): Use it as well.
(archive-rar-summarize, archive-rar-extract): New functions.
2007-09-19 17:19:59 +00:00
Stefan Monnier
91cc505c59 Remove spurious * in docstrings.
(filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
(filesets-conditional-sort): Remove unused arg `simply-do-it'.
(filesets-ingroup-collect): Remove unused arg `depth'.
(filesets-update): Remove unused arg `version'.
2007-09-19 15:16:31 +00:00
Stefan Monnier
bf8aa90140 (finder-compile-keywords): Fix up comment style.
(finder-mouse-face-on-line): previous-line -> forward-line.
2007-09-19 14:57:02 +00:00
Stefan Monnier
2aa7c4d53f Remove spurious * in docstrings.
(recentf-save-list): Fix up comment style.
2007-09-19 14:53:44 +00:00
Stefan Monnier
e22bbd4896 Remove spurious * in docstrings.
(octave-mode-map): Move init into declaration and remove \t binding.
(octave-mode-startup-message): Remove unused var.
(octave-scan-blocks): Remove unused arg `from'.
(octave-forward-block, octave-down-block, octave-up-block): Update callers.
2007-09-19 14:47:51 +00:00