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: Sun, 6 Nov 2011 16:58: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> <87ehxos0zk.fsf@mail.jurta.org> <87pqh5wckk.fsf@mail.jurta.org> 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 1320595119 26221 80.91.229.12 (6 Nov 2011 15:58:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 6 Nov 2011 15:58:39 +0000 (UTC) Cc: chad , Yagnesh Raghava Yakkala , Emacs devel To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 06 16:58:35 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 1RN57C-0002IG-GK for ged-emacs-devel@m.gmane.org; Sun, 06 Nov 2011 16:58:34 +0100 Original-Received: from localhost ([::1]:33211 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RN57C-00072I-4q for ged-emacs-devel@m.gmane.org; Sun, 06 Nov 2011 10:58:34 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:49060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RN578-00072D-Rw for emacs-devel@gnu.org; Sun, 06 Nov 2011 10:58:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RN577-0003w5-BJ for emacs-devel@gnu.org; Sun, 06 Nov 2011 10:58:30 -0500 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:62592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RN576-0003w0-QR for emacs-devel@gnu.org; Sun, 06 Nov 2011 10:58:29 -0500 Original-Received: by faaf16 with SMTP id f16so5605259faa.0 for ; Sun, 06 Nov 2011 07:58:27 -0800 (PST) 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=jr4pogjWaFzqX58g2rvT7CPUQNsqu7Ee1YouBQzpLTk=; b=LTUFVBrs40G7J9jecG5dIDFmqLzaVMQtoKrtDNsWmDX4Ma0NxXx/BFyw+XG7EdMq00 ij5ytcWe5/VOFIY5w506wc+FjUvfu75tpru6XwqOAcz40kSNl77NbZCcK6AW3ykCBOM0 BsHQve7FXL5QkJQIiqWK5nOfLUwZBKxdR6vHU= Original-Received: by 10.152.132.72 with SMTP id os8mr4667641lab.4.1320595107054; Sun, 06 Nov 2011 07:58:27 -0800 (PST) Original-Received: by 10.152.38.198 with HTTP; Sun, 6 Nov 2011 07:58:06 -0800 (PST) In-Reply-To: <87pqh5wckk.fsf@mail.jurta.org> 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:145904 Archived-At: On Sun, Nov 6, 2011 at 15:57, Juri Linkov wrote: >>> No it should color both the echo area and the *Messages* buffer. Try th= is: >> >> 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. =C2=A0It echoes file= names > =C2=A0 in the echo area, but the *Messages* buffer is not updated. > 5. select another window with the *Messages* buffer: `C-x o'. > =C2=A0 All previous messages suddenly are flushed to it. Yes, the window displaying *Messages* should be updated immediately. There is in performance problem with that.