From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Fontification partly broken in some modes Date: Sat, 25 Feb 2012 21:46:33 +0100 Message-ID: <87d392zlna.fsf@thinkpad.tsdh.de> References: <87hayfyz31.fsf@thinkpad.tsdh.de> <20120225181929.GA2691@acm.acm> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1330202818 2627 80.91.229.3 (25 Feb 2012 20:46:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 25 Feb 2012 20:46:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 25 21:46:57 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S1OW3-0007Ac-8e for ged-emacs-devel@m.gmane.org; Sat, 25 Feb 2012 21:46:51 +0100 Original-Received: from localhost ([::1]:36488 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1OW2-0007BE-Mj for ged-emacs-devel@m.gmane.org; Sat, 25 Feb 2012 15:46:50 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:53942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1OVw-0007B6-Fe for emacs-devel@gnu.org; Sat, 25 Feb 2012 15:46:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1OVr-0007D1-8G for emacs-devel@gnu.org; Sat, 25 Feb 2012 15:46:44 -0500 Original-Received: from out5-smtp.messagingengine.com ([66.111.4.29]:41912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1OVq-0007Ct-MW for emacs-devel@gnu.org; Sat, 25 Feb 2012 15:46:38 -0500 Original-Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 9BB1220AC8 for ; Sat, 25 Feb 2012 15:46:37 -0500 (EST) Original-Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute6.internal (MEProxy); Sat, 25 Feb 2012 15:46:37 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=sVZTF9uIns41kQAwd0OOpZgXw2g=; b=I2zEqw5SvIqqy8givQhKnu0xeMjc 1NwYgD0HIh8g/6Jrfb24aQxyVacZxQehH91bwSLgjDkQPdi6G6Oz9Kh+gLXqv/+H WtmXpmVidA0uHr5/nBhSAflmb8NX69i2QJYAM5lKpjrrz8RcY0/rHRdXCNbPsNsV aGda2CgfCSxly60= X-Sasl-enc: UWFSmmZFEzK726oDcNEg3mnjQEn0CRFnt37MADn5JqFI 1330202797 Original-Received: from thinkpad.tsdh.de (91-67-11-43-dynip.superkabel.de [91.67.11.43]) by mail.messagingengine.com (Postfix) with ESMTPSA id AEAA48E008C; Sat, 25 Feb 2012 15:46:36 -0500 (EST) In-Reply-To: <20120225181929.GA2691@acm.acm> (Alan Mackenzie's message of "Sat, 25 Feb 2012 18:19:29 +0000") User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.29 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148783 Archived-At: Alan Mackenzie writes: Hi Alan, >> The same applies to rcirc prompts, but only those in channel buffers >> that I customized to > >> (setq rcirc-prompt "%t> ") > >> i.e., channel name and then ">". In server buffers, the prompts are >> just ">" and those are fontified in `rcirc-prompt' face... > >> Everything else seems to be fontified correctly. Does anyone see >> that, too? > > Is there any chance you could send me a recipe to reproduce either of the > above (with any pertinent config files)? Sure, rcirc is a bit easier to reproduce: 1. emacs -Q --eval '(setq rcirc-prompt "%t> ")' 2. M-x rcirc RET ;; Will connect to freenode 3. /join #foobar Now in the buffer for that channel the prompt #foobar> is not fontified in `rcirc-prompt' face although it should be. The prompt of the *irc.freenode.net* buffer is fontified correctly. Bye, Tassilo