From: Andy Stewart <lazycat.manatee@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Why have not response with ERC patch.
Date: Wed, 10 Dec 2008 08:58:24 +0800 [thread overview]
Message-ID: <87myf4c0cv.fsf@debian.domain> (raw)
Hi all,
I have send a patch to erc-discuss@gnus.org
Below is patch details:
,----
| First add this variable define in erc.el:
|
| (defvar erc-header-line-uses-tab-p t
| "Use tab instead `erc-header-line-format' display in header line.")
|
| And add below patch to erc.el
|
| ,----[ patch ]
| | 6084 (when (boundp 'header-line-format)
| | 6085 (let ((header (if erc-header-line-format
| | 6086 (format-spec erc-header-line-format spec)
| | 6087 nil)))
| | 6088 +++ (cond (erc-header-line-uses-tab-p
| | 6089 +++ (set (make-local-variable 'tabbar--local-hlf) header-line-format)
| | 6090 +++ (kill-local-variable 'header-line-format))
| | 6091 ((null header)
| | 6092 (setq header-line-format nil))
| `----
`----
Why have not response with this patch?
Have any ERC developer can help me?
Thank you very much!
-- Andy
reply other threads:[~2008-12-10 0:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=87myf4c0cv.fsf@debian.domain \
--to=lazycat.manatee@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/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.
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).