[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107831: Add `field' to `erc-display-
From: |
Lars Magne Ingebrigtsen |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107831: Add `field' to `erc-display-prompt' |
Date: |
Tue, 10 Apr 2012 04:51:39 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107831
fixes bug(s): http://debbugs.gnu.org/10841
author: Deniz Dogan <address@hidden>
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Tue 2012-04-10 04:51:39 +0200
message:
Add `field' to `erc-display-prompt'
* erc.el (erc-display-prompt): Adds the field text property to the
ERC prompt. This allows users to use `kill-whole-line' to kill
all text back to the prompt given that it's on a single line.
modified:
lisp/erc/ChangeLog
lisp/erc/erc.el
=== modified file 'lisp/erc/ChangeLog'
--- a/lisp/erc/ChangeLog 2012-04-09 12:36:01 +0000
+++ b/lisp/erc/ChangeLog 2012-04-10 02:51:39 +0000
@@ -1,3 +1,10 @@
+2012-04-10 Deniz Dogan <address@hidden> (tiny change)
+
+ * erc.el (erc-display-prompt): Adds the field text property to the
+ ERC prompt. This allows users to use `kill-whole-line' to kill
+ all text back to the prompt given that it's on a single line
+ (bug#10841).
+
2012-04-09 Chong Yidong <address@hidden>
* erc.el (erc-cmd-SET): Call custom-variable-p instead of
=== modified file 'lisp/erc/erc.el'
--- a/lisp/erc/erc.el 2012-04-09 13:05:48 +0000
+++ b/lisp/erc/erc.el 2012-04-10 02:51:39 +0000
@@ -3646,6 +3646,7 @@
'start-open t ; XEmacs
'rear-nonsticky t ; Emacs
'erc-prompt t
+ 'field t
'front-sticky t
'read-only t))
(erc-put-text-property 0 (1- (length prompt))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107831: Add `field' to `erc-display-prompt',
Lars Magne Ingebrigtsen <=