unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* ERC: header-line-format nil
@ 2008-08-17 18:46 David Reitter
  2008-08-17 18:57 ` Michael Olson
  0 siblings, 1 reply; 3+ messages in thread
From: David Reitter @ 2008-08-17 18:46 UTC (permalink / raw)
  To: Emacs-Devel devel, mwolson

[-- Attachment #1: Type: text/plain, Size: 858 bytes --]

When `erc-header-line-format' is set to nil, the header line should  
not be set in order to avoid interfering with minor modes that may use  
it (e.g., tabbar).  Is it OK to apply the patch below?




*** erc.el	28 Jul 2008 23:15:49 +0100	1.52
--- erc.el	17 Aug 2008 19:44:33 +0100	
***************
*** 6085,6092 ****
   	(let ((header (if erc-header-line-format
   			  (format-spec erc-header-line-format spec)
   			nil)))
! 	  (cond ((null header)
! 		 (setq header-line-format nil))
   		(erc-header-line-uses-help-echo-p
   		 (let ((help-echo (with-temp-buffer
   				    (insert header)
--- 6085,6091 ----
   	(let ((header (if erc-header-line-format
   			  (format-spec erc-header-line-format spec)
   			nil)))
! 	  (cond ((null header))
   		(erc-header-line-uses-help-echo-p
   		 (let ((help-echo (with-temp-buffer
   				    (insert header)


[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 2193 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-08-17 19:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-17 18:46 ERC: header-line-format nil David Reitter
2008-08-17 18:57 ` Michael Olson
2008-08-17 19:18   ` David Reitter

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).