* Why have not response with ERC patch.
@ 2008-12-10 0:58 Andy Stewart
0 siblings, 0 replies; only message in thread
From: Andy Stewart @ 2008-12-10 0:58 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-10 0:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-10 0:58 Why have not response with ERC patch Andy Stewart
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).