From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.help Subject: Re: How to put default-directory into kill-ring? Date: Fri, 14 Feb 2014 22:31:37 +0100 Message-ID: <87mwhtbcue.fsf@yahoo.fr> References: <20140214134109.23226acb@aga-netbook> <87r475byoc.fsf@yahoo.fr> <20140214194130.497c0ecd@aga-netbook> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1392413512 23946 80.91.229.3 (14 Feb 2014 21:31:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2014 21:31:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Marcin Borkowski Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 14 22:31:59 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WEQMX-00052Y-J7 for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Feb 2014 22:31:57 +0100 Original-Received: from localhost ([::1]:53898 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEQMX-0000Hb-2u for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Feb 2014 16:31:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEQMH-0000GQ-UE for help-gnu-emacs@gnu.org; Fri, 14 Feb 2014 16:31:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEQMC-0000l5-Ki for help-gnu-emacs@gnu.org; Fri, 14 Feb 2014 16:31:41 -0500 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:31661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEQMC-0000kz-FK for help-gnu-emacs@gnu.org; Fri, 14 Feb 2014 16:31:36 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqAEAGiK/lKkD4Xx/2dsb2JhbABZDocJvC2BLnSCJgEFI1YQCAMODAIFIQICDwEESROHcAEDEacJU5gdAYhmF4EphkeEb4IaB4JvgUkElkaBZoYwhi6FRYJuQDs Original-Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 14 Feb 2014 22:31:35 +0100 In-Reply-To: <20140214194130.497c0ecd@aga-netbook> (Marcin Borkowski's message of "Fri, 14 Feb 2014 19:41:30 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96090 Archived-At: Marcin Borkowski writes: > Nicolas Richard napisa=C5=82(a): >> As a related question, I wish I had something for getting what's in >> the echo area. I currently uses the following heuristic: >> [...] > I like this approach a lot! BTW, is checking " *Echo Area [01]*" even > necessary? I mean, its contents should be in "*Messages*" anyway, > right? Some commands bind message-log-max to nil for various reasons, so it's not always the same content (or might slightly differ, ISTR I have seen that on occasions). --=20 Nico.