From: Paul Eggert <eggert@cs.ucla.edu>
To: Kelvin White <kelvin.white77@gmail.com>
Cc: 17755@debbugs.gnu.org
Subject: bug#17755: 24.3; ERC user mode support
Date: Thu, 02 Oct 2014 12:31:27 -0700 [thread overview]
Message-ID: <542DA80F.9020309@cs.ucla.edu> (raw)
In-Reply-To: <87wqcnag57.fsf@localhost.i-did-not-set--mail-host-address--so-tickle-me>
[-- Attachment #1: Type: text/plain, Size: 109 bytes --]
I found a typo in that patch and installed the attached further minor
patch to fix it, as trunk bzr 118017.
[-- Attachment #2: erc.diff --]
[-- Type: text/x-patch, Size: 938 bytes --]
=== modified file 'lisp/erc/ChangeLog'
--- lisp/erc/ChangeLog 2014-10-02 11:55:22 +0000
+++ lisp/erc/ChangeLog 2014-10-02 19:27:33 +0000
@@ -1,3 +1,7 @@
+2014-10-02 Paul Eggert <eggert@cs.ucla.edu>
+
+ * erc.el (erc-nick-at-point): Fix format-string typo (Bug#17755).
+
2014-10-02 Kelvin White <kwhite@gnu.org>
* erc.el (erc-rename-buffer-p): When set to t buffers will be
=== modified file 'lisp/erc/erc.el'
--- lisp/erc/erc.el 2014-10-02 11:55:22 +0000
+++ lisp/erc/erc.el 2014-10-02 19:27:04 +0000
@@ -6082,7 +6082,7 @@
nick login host
(if full-name (format " (%s)" full-name) "")
(if (or voice halfop op admin owner)
- (format " and is +%s%s on %s"
+ (format " and is +%s%s%s%s%s on %s"
(if voice "v" "")
(if halfop "h" "")
(if op "o" "")
prev parent reply other threads:[~2014-10-02 19:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-11 10:34 bug#17755: 24.3; ERC user mode support kelvin.white77
2014-06-11 11:45 ` Kelvin White
2014-06-17 16:03 ` Stefan Monnier
2014-06-18 14:40 ` Kelvin White
2014-06-18 16:08 ` Kelvin White
2014-06-18 18:32 ` Stefan Monnier
2014-06-18 18:51 ` Kelvin White
2014-10-02 19:31 ` Paul Eggert [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=542DA80F.9020309@cs.ucla.edu \
--to=eggert@cs.ucla.edu \
--cc=17755@debbugs.gnu.org \
--cc=kelvin.white77@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).