From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Roland Winkler" Newsgroups: gmane.emacs.bugs Subject: bug#8792: 23.3; EasyPG: do not create empty buffers if file cannot be read Date: Fri, 3 Jun 2011 21:12:45 -0500 Message-ID: <19945.38045.685956.23985@gargle.gargle.HOWL> References: <87aadzvkjz.fsf@lukas.physics.niu.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1307153664 6483 80.91.229.12 (4 Jun 2011 02:14:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 4 Jun 2011 02:14:24 +0000 (UTC) Cc: 8792@debbugs.gnu.org To: Daiki Ueno Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 04 04:14:20 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1QSgNY-0003Je-76 for geb-bug-gnu-emacs@m.gmane.org; Sat, 04 Jun 2011 04:14:20 +0200 Original-Received: from localhost ([::1]:45308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSgNW-0005fL-VH for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Jun 2011 22:14:19 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSgNI-0005ez-Hb for bug-gnu-emacs@gnu.org; Fri, 03 Jun 2011 22:14:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QSgNH-0004W3-3B for bug-gnu-emacs@gnu.org; Fri, 03 Jun 2011 22:14:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSgNH-0004Vs-1k for bug-gnu-emacs@gnu.org; Fri, 03 Jun 2011 22:14:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QSgNG-0003lQ-M7; Fri, 03 Jun 2011 22:14:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: "Roland Winkler" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 04 Jun 2011 02:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8792 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 8792-submit@debbugs.gnu.org id=B8792.130715358614399 (code B ref 8792); Sat, 04 Jun 2011 02:14:02 +0000 Original-Received: (at 8792) by debbugs.gnu.org; 4 Jun 2011 02:13:06 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QSgMM-0003kC-JK for submit@debbugs.gnu.org; Fri, 03 Jun 2011 22:13:06 -0400 Original-Received: from tfkpsv.physik.uni-erlangen.de ([131.188.164.197]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QSgMK-0003ji-Ev for 8792@debbugs.gnu.org; Fri, 03 Jun 2011 22:13:05 -0400 Original-Received: from regnitz (unknown [202.20.0.151]) by tfkpsv.physik.uni-erlangen.de (Postfix) with ESMTP id 859CE200A4; Sat, 4 Jun 2011 04:12:54 +0200 (CEST) In-Reply-To: X-Mailer: VM 8.2 trial under 23.3.1 (x86_64-unknown-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 03 Jun 2011 22:14:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:46940 Archived-At: On Fri Jun 3 2011 Daiki Ueno wrote: > The fix has been in the trunk for quite some time. Though I'm afraid > that the modification is not trivial, now it might be good to backport > it into emacs-23. I see, thank you! It's a bit unfortunate that this fix has not yet been applied to emacs 23. Actually, some time ago I reported another bug with EasyPG (bug#7026). I was surprised that this fix did not make it into emacs 23.3 that was shipped half a year later. Roland