From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Meyering Newsgroups: gmane.emacs.devel Subject: edo-mode emits a blank line at EOF in .ido.last Date: Sun, 30 Mar 2008 20:19:25 +0200 Message-ID: <87prtcaxci.fsf@rho.meyering.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206901268 23498 80.91.229.12 (30 Mar 2008 18:21:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Mar 2008 18:21:08 +0000 (UTC) To: storm@cua.dk, Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 30 20:21:38 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jg29x-0006kH-UZ for ged-emacs-devel@m.gmane.org; Sun, 30 Mar 2008 20:21:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jg29L-0002Q6-S4 for ged-emacs-devel@m.gmane.org; Sun, 30 Mar 2008 14:20:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jg27v-0000yp-G7 for emacs-devel@gnu.org; Sun, 30 Mar 2008 14:19:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jg27u-0000x1-1G for emacs-devel@gnu.org; Sun, 30 Mar 2008 14:19:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jg27t-0000wn-Jt for emacs-devel@gnu.org; Sun, 30 Mar 2008 14:19:29 -0400 Original-Received: from smtp3-g19.free.fr ([212.27.42.29]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jg27t-0004hd-78 for emacs-devel@gnu.org; Sun, 30 Mar 2008 14:19:29 -0400 Original-Received: from smtp3-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp3-g19.free.fr (Postfix) with ESMTP id 4DC3417B52E for ; Sun, 30 Mar 2008 20:19:26 +0200 (CEST) Original-Received: from mx.meyering.net (mx.meyering.net [82.230.74.64]) by smtp3-g19.free.fr (Postfix) with ESMTP id 3C57917B5D3 for ; Sun, 30 Mar 2008 20:19:26 +0200 (CEST) Original-Received: from rho.meyering.net (localhost.localdomain [127.0.0.1]) by rho.meyering.net (Acme Bit-Twister) with ESMTP id C01E15341C; Sun, 30 Mar 2008 20:19:25 +0200 (CEST) Original-Lines: 24 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:93917 Archived-At: Hi Kim, Thank you for ido-mode! I'd been using iswitchb and have just upgraded ;-) I noticed that ido-mode sometimes emits blank lines at end-of-file in .ido.last. That causes a write-hook I use to prompt me about it. For example, I see this at the end of ~/.ido.last: (note the trailing blank line) -------------------- ;; ----- ido-unc-hosts-cache ----- t -------------------- Would you please consider changing it not to do that? Thanks, Jim BTW, this is with emacs built from latest VC'd sources this morning.