From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: More noticeable version of (message) Date: Sun, 06 Nov 2011 16:57:39 +0200 Organization: JURTA Message-ID: <87pqh5wckk.fsf@mail.jurta.org> References: <81zkgfyrio.fsf@gmail.com> <81wrbh480a.fsf@gmail.com> <87mxcdcl5i.fsf@live.com> <81bostqino.fsf@gmail.com> <85EF82E2-42D1-4003-AEB3-1CA3D759AAD5@mit.edu> <87ehxos0zk.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1320592336 8814 80.91.229.12 (6 Nov 2011 15:12:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 6 Nov 2011 15:12:16 +0000 (UTC) Cc: chad , Yagnesh Raghava Yakkala , Emacs devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 06 16:12:12 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 1RN4OJ-0001G7-3P for ged-emacs-devel@m.gmane.org; Sun, 06 Nov 2011 16:12:11 +0100 Original-Received: from localhost ([::1]:55310 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RN4OI-0007ZX-09 for ged-emacs-devel@m.gmane.org; Sun, 06 Nov 2011 10:12:10 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RN4OD-0007YV-UI for emacs-devel@gnu.org; Sun, 06 Nov 2011 10:12:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RN4OC-0006Vu-0h for emacs-devel@gnu.org; Sun, 06 Nov 2011 10:12:05 -0500 Original-Received: from smarty.dreamhost.com ([208.113.175.8]:60788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RN4OB-0006Uz-Sm for emacs-devel@gnu.org; Sun, 06 Nov 2011 10:12:03 -0500 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id B6AE66E8094; Sun, 6 Nov 2011 07:12:01 -0800 (PST) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 3D30F451C024; Sun, 6 Nov 2011 07:12:00 -0800 (PST) In-Reply-To: <87ehxos0zk.fsf@mail.jurta.org> (Juri Linkov's message of "Fri, 04 Nov 2011 11:34:39 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.113.175.8 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:145903 Archived-At: >> No it should color both the echo area and the *Messages* buffer. Try this: > > Shouldn't the *Message* buffer keep properties of inserted text? BTW, there is a strange effect in the *Message* buffer: 1. split window: `C-x 2' 2. visit Dired in one window: `C-x d RET' 3. open the *Messages* buffer in another window: `C-x o C-h e C-x o' 4. type `w' a few times on different files in Dired. It echoes filenames in the echo area, but the *Messages* buffer is not updated. 5. select another window with the *Messages* buffer: `C-x o'. All previous messages suddenly are flushed to it.