| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* desktop.el (desktop-read): Don't prompt if daemon.
(desktop-path): Remove . from the default value.
|
|
|
|
|
|
|
|
| |
-------------- This lime and the following will be ignored --------------
modified:
lisp/ChangeLog
lisp/term.el
|
|
|
|
| |
Fixes: debbugs:11201
|
|
|
|
|
|
|
|
| |
* term.el (term-mode): Set font-lock-defaults.
(term-move-columns, term-insert-char, term-emulate-terminal)
(term-erase-in-line, term-insert-spaces): Use font-lock-face.
Fixes: debbugs:7692
|
|
|
|
|
|
|
|
|
| |
* term.el (term-window-width): Handle the case of a missing right
fringe.
(term-check-size): Use window-text-height.
(term-mode): Use define-derived-mode. Minor cleanups.
Fixes: debbugs:8837
|
|
|
|
|
| |
`enable-recursive-minibuffers'.
(ange-ftp-get-process): Throw if `non-essential' is non-nil.
|
|
|
|
| |
Fixes: debbugs:11244
|
| |
|
|
|
|
|
|
| |
* lisp/emulation/edt.el (edt-default-menu-bar-update-buffers)
(edt-user-menu-bar-update-buffers): New functions.
(edt-default-emulation-setup, edt-user-emulation-setup): Use them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* subr.el (with-selected-window): Preserve the selected window's
terminal's top-frame.
* window.el (save-selected-window): Likewise.
* frame.c (delete_frame): When selecting a frame on a different
text terminal, do not alter the terminal's top-frame.
* term.c (Ftty_top_frame): New function.
* xdisp.c (format_mode_line_unwind_data): Record the target
frame's selected window and its terminal's top-frame.
(unwind_format_mode_line): Restore them.
(x_consider_frame_title, display_mode_line, Fformat_mode_line):
Callers changed.
(x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
since tty frames can be explicitly named.
(prepare_menu_bars): Likewise.
Fixes: debbugs:4702
|
| |
|
|
|
|
| |
(python-skeleton-define, python-define-auxiliary-skeleton): Use `declare'.
|
| |
|
|
|
|
| |
(pcase--u1, pcase--q1): Don't use apply-partially.
|
|
|
|
|
| |
* lisp/progmodes/python.el (python-proc, python-buffer)
(python-send-receive, python-send-string): Fix obsolete versions.
|
| |
|
|
|
|
|
|
|
|
|
| |
* src/data.c (Fdefalias): Return `symbol'.
* doc/lispref/functions.texi (Defining Functions):
* doc/lispref/macros.texi (Defining Macros): Un-define the return value of
`defun', `defmacro' and `defalias'.
Fixes: debbugs:11686
|
|
|
|
|
| |
* window.el (special-display-p): Completely remove stringp
check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
|
|
|
|
|
|
|
|
| |
* net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
* net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
* net/tramp-sh.el (tramp-maybe-open-connection):
Throw if `non-essential' is non-nil.
|
| |
|
|
|
|
|
| |
* window.el (special-display-p): Signal an error if BUFFER-NAME
is not a string (Bug#11713).
|
| |
|
|
|
|
|
|
|
| |
* lisp/term.el (term-emulate-terminal): If term-check-size is called,
move point to the process mark without resetting point.
Fixes: debbugs:4635
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
* lisp/international/mule-cmds.el (mule-menu-keymap)
(set-language-environment, set-locale-environment): Doc tweaks.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
2012-06-10 Toke Hoiland-Jorgensen <toke@toke.dk> (tiny change)
* nnmaildir.el (nnmaildir-request-expire-articles):
Ensure that `time' is an integer to avoid later problems.
2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
* shr.el: Add a iso-8859-1 cookie to make stuff work under other
locales.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* doc/lispref/display.texi: Document new face attribute.
* lisp/cus-face.el (custom-face-attributes): Add wave-style underline
attribute.
* lisp/faces.el (set-face-attribute): Update docstring.
* src/dispextern.h (face_underline_type): New enum.
(face): Add field for underline type.
* src/nsterm.m (ns_draw_underwave): New function.
(ns_draw_text_decoration): Use it.
* src/w32term.c (w32_restore_glyph_string_clip, w32_draw_underwave):
New functions.
(x_draw_glyph_string): Use them.
* src/xfaces.c (Qline, Qwave): New Lisp objects.
(check_lface_attrs, merge_face_ref)
(Finternal_set_lisp_face_attribute, realize_x_face): Handle
wave-style underline face attributes.
* src/xterm.c (x_draw_underwave): New function.
(x_draw_glyph_string): Use it.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* lisp/term/xterm.el (terminal-init-xterm): Discard input before
querying background mode.
Fixes: debbugs:10959
|
| |
| |
| |
| |
| | |
(rst-official-version, rst-official-cvs-rev): Update version
information.
|
| |
| |
| |
| |
| | |
(rst-re-alist-def): Improve symbol syntax.
(rst-mode-syntax-table): Correct syntax entries.
|
| |
| |
| |
| | |
2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
|
| |
| |
| |
| |
| | |
* erc.el (erc-open): Use `auth-source' for password retrieval when
possible.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* lisp/emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
(macroexp--expand-all): Use it.
Fixes: debbugs:11649
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
(cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
Use `cl-function' instead.
|
| | |
| | |
| | |
| | | |
Suggested by Stefan Monnier while discussing bug#11657.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
* play/doctor.el (doctor-doc): Remove parameter and use
doctor-sent instead of sent.
(doctor-read-print): Use doctor-sent instead of sent.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
* lisp/files.el: Require cl-lib.
(file-name-non-special): Replace case -> cl-case.
|
| | | |
|
| | |
| | |
| | |
| | | |
mapping from #' to function*.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* mouse.el (mouse-drag-track): Do not set the mark if the user
releases the mouse without selecting anything.
Fixes: debbugs:11588
|
| | |
| | |
| | |
| | | |
Fixes: debbugs:11646
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
* lisp/emacs-lisp/bytecomp.el (featurep): ...here.
Fixes: debbugs:11692
|