| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(reset_sys_modes): Use reset_terminal_modes_hook.
|
| |
|
| |
|
|
|
|
| |
regexp to not be matched matched last thing in the buffer).
|
| |
|
| |
|
|
|
|
| |
and work better.
|
|
|
|
|
|
|
| |
c-indent-line-or-region instead of c-indent-line.
* indent.el (indent-for-tab-command): First check if the region is
active.
|
| |
|
|
|
|
| |
whitespace-rescan-timer-time is 0.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
`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.
|
|
|
|
|
| |
directory here. Entries were duplicated where they would have been
made twice, had separate ChangeLogs existed at the time.
|
|
|
|
|
| |
Entries were duplicated where they would have been made twice, had
separate ChangeLogs existed at the time.
|
|
|
|
| |
from 40 to 3. Add "--no-desktop" with the same priority.
|
|
|
|
| |
here and is in admin/notes anyway.
|
| |
|
|
|
|
| |
Split into emacs2.py and emacs3.py for python 2 and python 3 compatibility.
|
|
|
|
| |
New file, python 3 version of emacs2.py.
|
|
|
|
| |
New file, split off from emacs.py.
|
|
|
|
|
| |
(run-python): Import emacs module without waiting; prevents lockup on
error.
|
|
|
|
| |
and optimize the case where they are all 1.
|
|
|
|
| |
if this frame looks like it was made for this message.
|
|
|
|
|
| |
(completion-separator-self-insert-autofilling):
If `self-insert-command' has been remapped, use the substitute.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(abs): Define if unknown.
|
|
|
|
| |
(abs): Don't define abs now it's in lisp.h.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
| |
rename `iconify-or-deiconify-frame' to `suspend-frame',
and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
(url-generic-emulator-loader): Send the port as a string to
`url-do-terminal-emulator'.
|
| |
|
| |
|
|
|
|
| |
(help-for-help-internal): Add C-a description to C-h help text.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`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.
|
|
|
|
|
|
|
| |
(FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
(Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
(init_tty): Use DEV_TTY instead of "/dev/tty".
[WINDOWSNT]: No need to protect from NAME arg being null.
|