From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: More noticeable version of (message) Date: Fri, 4 Nov 2011 01:56:06 +0100 Message-ID: References: <81zkgfyrio.fsf@gmail.com> <81wrbh480a.fsf@gmail.com> <87mxcdcl5i.fsf@live.com> <81bostqino.fsf@gmail.com> <85EF82E2-42D1-4003-AEB3-1CA3D759AAD5@mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1320368199 18400 80.91.229.12 (4 Nov 2011 00:56:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Nov 2011 00:56:39 +0000 (UTC) Cc: Yagnesh Raghava Yakkala , Emacs devel To: chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 04 01:56:33 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RM85A-00082E-9v for ged-emacs-devel@m.gmane.org; Fri, 04 Nov 2011 01:56:32 +0100 Original-Received: from localhost ([::1]:32973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RM859-0007w9-EB for ged-emacs-devel@m.gmane.org; Thu, 03 Nov 2011 20:56:31 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RM857-0007vy-GM for emacs-devel@gnu.org; Thu, 03 Nov 2011 20:56:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RM856-00030s-GP for emacs-devel@gnu.org; Thu, 03 Nov 2011 20:56:29 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:34366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RM856-00030n-8U for emacs-devel@gnu.org; Thu, 03 Nov 2011 20:56:28 -0400 Original-Received: by faaf16 with SMTP id f16so2793483faa.0 for ; Thu, 03 Nov 2011 17:56:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=FvYkYOSdDiXfoOzxSbKUwPs07e79L2xhAtSSMFCQ7yI=; b=EvitAfc+qnKtA/+PthsYu0eLXCnZr4I6jUTKRPYGwZZXupdOepFvAZt60i7d3OYhtK z/r1E/Loe6Pqe6LOs6L68csX4hp70t0UaCsLgvG7taC4g6HRjwaEnhW/c9m+ns+6LtWk 0AbP74Mrd2srY6a6ftr+uxnsCTSup4kNJUh6s= Original-Received: by 10.152.106.163 with SMTP id gv3mr261618lab.32.1320368187114; Thu, 03 Nov 2011 17:56:27 -0700 (PDT) Original-Received: by 10.152.38.198 with HTTP; Thu, 3 Nov 2011 17:56:06 -0700 (PDT) In-Reply-To: <85EF82E2-42D1-4003-AEB3-1CA3D759AAD5@mit.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.41 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:145862 Archived-At: No it should color both the echo area and the *Messages* buffer. Try this: (defun hello-temp () (interactive) (web-vcs-message-with-face 'font-lock-warning-face "hello!" )) On Thu, Nov 3, 2011 at 23:44, chad wrote: > This looks like it's designed to markup the *Messages* buffer only; is > that correct? I was going to suggest to the OP that, especially when > in fullscreen mode, he consider arranging to have a (emacs) window > showing *Messages* by default, but decided that it was a case of > telling the user to change to match the program. If you have already > automated the process of ``keep a few lines of *Messages* visible all > the time'', that might be useful beyond nXhtml users. > > Thanks, > *Chad > > On Nov 3, 2011, at 11:16 AM, Lennart Borgman wrote: >> >> Here is the version I am using in nXhtml: [=E2=80=A6] > >