| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
selected and some other window, and not-this-window is non-nil,
try to return that other window instead of popping up a new
frame. (Bug#30)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* server.el (server-create-tty-frame): Call make-frame directly.
|
| |
|
| |
|
|
|
|
| |
These are already documented in ChangeLog.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* lisp/gnus/nnimap.el (nnimap-retrieve-headers-progress): Handle edge
case where `headers' is nil. This can occur if the IMAP server does
not have permissions to read messages from a folder, but can write new
messages to the folder.
(nnimap-request-article-part): Do not insert `data' if it is nil.
* lisp/net/imap.el (imap-parse-fetch): Courier can insert spurious blank
characters which will confuse `read', so skip past them.
|
|
|
|
| |
(authors): Allow to use it for other projects.
|
|
|
|
| |
Clarify MATCH argument. Print filenames.
|
|
|
|
|
| |
(tramp-smb-maybe-open-connection): Use `tramp-file-name-*'
methods.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(tramp-prefix-domain-format)
(tramp-prefix-domain-regexp, tramp-domain-regexp)
(tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
(tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
(tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New
defconst.
(tramp-file-name-structure, tramp-file-name-regexp-unified)
(tramp-completion-dissect-file-name, tramp-parse-hosts-group)
(tramp-dissect-file-name, tramp-make-tramp-file-name)
(tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
(tramp-handle-insert-file-contents): Fix setting of
`buffer-read-only'.
(tramp-compute-multi-hops, tramp-local-host-p): Use
`tramp-local-host-regexp'.
(tramp-file-name-real-user, tramp-file-name-domain): Use
`tramp-user-with-domain-regexp'.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
instead of a cons pair.
(proced-post-display-hook): New variable.
(proced-tree-depth): Renamed from proced-tree-indent.
(proced-mode): Derive mode from special-mode.
(proced-mode-map): Changed accordingly.
(proced, proced-update): Run proced-post-display-hook.
(proced-do-mark-all): Count processes for which mark has been
updated.
(proced-format): Check for ppid attribute.
(proced-process-attributes): Take time and ctime attribute from
system-process-attributes.
(proced-send-signal): Doc fix. Collect properly the info on
marked processes. Use fit-window-to-buffer instead of
dired-pop-to-buffer.
|
| |
|
| |
|
|
|
|
| |
(mode-line-client): Fix typo in help message and docstring.
|
| |
|
| |
|
|
|
|
|
|
| |
(initial-frame-alist, minibuffer-frame-alist)
(pop-up-frame-alist, pop-up-frame-function)
(special-display-frame-alist): Rewrite and reformat doc-strings.
|
| |
|
| |
|
|
|
|
| |
2008-09-05 change to tibetan.el.
|
|
|
|
|
|
|
| |
* language/khmer.el: Fix setting of composition-function-table.
* language/tibet-util.el (tibetan-composition-function): Remove
unused function, obsoleted by 2008-09-05 change to tibetan.el.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
that buffer exists already. Rewrite doc-string.
|
|
|
|
|
|
| |
write-region-annotate-functions.
(tar-mode-write-contents): New function.
(tar-write-region-annotate): Remove.
|
|
|
|
| |
basic-save-buffer to use it.
|
|
|
|
| |
Add advice to basic-save-buffer to use it.
|
|
|
|
| |
(buffer-swapped-with): Var removed.
|
|
|
|
| |
(buffer-swapped-with): Var removed.
|
|
|
|
| |
function. Register it in composition-function-table.
|
| |
|
|
|
|
|
|
|
| |
(tar-data-swapped-p, tar-swap-data):
Use it instead of buffer-swapped-with.
(tar-write-region-annotate): Re-add (partial undo of last change).
(tar-mode): Use it again (partial undo as well).
|
| |
|
| |
|
|
|
|
|
|
| |
last line of the window.
(follow-post-command-hook): Perform redisplay in more circumstances,
to avoid getting point stuck on partially visible lines.
|
|
|
|
|
|
| |
last line of the window.
(follow-post-command-hook): Perform redisplay in more circumstances,
to avoid getting point stuck on partially visible lines.
|
|
|
|
| |
forever if vertical-motion returns an unexpected value.
|
|
|
|
| |
looping forever if vertical-motion returns an unexpected value.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(follow-windows-start-end, follow-pos-visible)
(follow-windows-aligned-p): Code cleanup.
(follow-select-if-visible): Try to avoid partially-visible lines.
(follow-select-if-visible-from-first): Call follow-redisplay and
move point to destination.
(follow-redisplay): New arg, to keep selected window unchanged.
(follow-post-command-hook): In final check for destination
visibility, use window-start and window-end instead of the less
accurate follow-pos-visible. If the selected window is redrawn,
tell follow-redisplay to preserve it.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(follow-windows-start-end, follow-pos-visible)
(follow-windows-aligned-p): Code cleanup.
(follow-select-if-visible): Try to avoid partially-visible lines.
(follow-select-if-visible-from-first): Call follow-redisplay and
move point to destination.
(follow-redisplay): New arg, to keep selected window unchanged.
(follow-post-command-hook): In final check for destination
visibility, use window-start and window-end instead of the less
accurate follow-pos-visible. If the selected window is redrawn,
tell follow-redisplay to preserve it.
|
|
|
|
| |
regexp.
|