From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Felix E. Klee" Newsgroups: gmane.emacs.help Subject: EMACS 23.1.1 and crypt++ Date: Wed, 23 Sep 2009 05:29:41 -0700 (PDT) Organization: http://groups.google.com Message-ID: <29b953c9-4ede-433b-941b-4b278991e80b@z28g2000vbl.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1253714755 3407 80.91.229.12 (23 Sep 2009 14:05:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Sep 2009 14:05:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 23 16:05:48 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MqSSN-0005Yu-Ht for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Sep 2009 16:04:31 +0200 Original-Received: from localhost ([127.0.0.1]:54913 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqSSM-0003YI-Sa for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Sep 2009 10:04:30 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!news.glorb.com!news2.glorb.com!postnews.google.com!z28g2000vbl.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 80.187.108.84 Original-X-Trace: posting.google.com 1253708981 14760 127.0.0.1 (23 Sep 2009 12:29:41 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 23 Sep 2009 12:29:41 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z28g2000vbl.googlegroups.com; posting-host=80.187.108.84; posting-account=_QalowoAAACdr6sX445IwCQAsFmTdEHe User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.21 Safari/532.0, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:173299 X-Mailman-Approved-At: Wed, 23 Sep 2009 10:02:34 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68419 Archived-At: Yesterday, I upgraded to EMACS 23.1.1/WinXP, from some version of EMACS 22. Unfortunately, now crypt++.el does not behave correctly anymore: When I open a file with extension ".gpg", as configured, it correctly asks for a password and presents a buffer with the decrypted contents. However, when I try to save the file, the it firsts asks whether it should be stored encrypted, and then for the password. This behavior is unwanted. I want crypt++.el to always save the file and encrypt it with the password I specified earlier. How do I get back the old behavior? - Felix PS: Yes, I already tried XEmacs' "crypt.el": same problem.