From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Olivier Klein Newsgroups: gmane.emacs.help Subject: call-with-transparent-undo Date: Fri, 7 Oct 2005 14:22:48 +0200 Message-ID: <17222.26776.435296.356696@magic.saclay.cea.fr> Reply-To: oklein@cea.fr NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1128688457 28254 80.91.229.2 (7 Oct 2005 12:34:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Oct 2005 12:34:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 07 14:34:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ENrOJ-0006Wg-5R for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Oct 2005 14:31:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ENrOH-0000zV-HJ for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Oct 2005 08:31:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ENrFi-0004pa-QG for help-gnu-emacs@gnu.org; Fri, 07 Oct 2005 08:23:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ENrFg-0004pB-FP for help-gnu-emacs@gnu.org; Fri, 07 Oct 2005 08:23:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ENrFg-0004p3-8b for help-gnu-emacs@gnu.org; Fri, 07 Oct 2005 08:23:04 -0400 Original-Received: from [132.166.172.102] (helo=cirse.extra.cea.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ENrFg-0003Jb-6B for help-gnu-emacs@gnu.org; Fri, 07 Oct 2005 08:23:04 -0400 Original-Received: from pisaure.intra.cea.fr (pisaure.intra.cea.fr [132.166.88.38]) by cirse.extra.cea.fr (8.13.4/8.13.4/CEAnet-Internet.5.0) with ESMTP id j97CMqbR014836 for ; Fri, 7 Oct 2005 14:22:57 +0200 (MEST) Original-Received: from muguet.saclay.cea.fr (muguet.saclay.cea.fr [132.166.192.6]) by pisaure.intra.cea.fr (8.12.11/8.12.11) with ESMTP id j97CIXhq015996 for ; Fri, 7 Oct 2005 14:18:33 +0200 (envelope-from oklein@cea.fr) Original-Received: from dsm-mail.saclay.cea.fr (dsm-mail.saclay.cea.fr [132.166.43.104]) by muguet.saclay.cea.fr (8.12.10/8.12.10/CEAnet-internes.4.0) with ESMTP id j97CMpAr015733 for ; Fri, 7 Oct 2005 14:22:51 +0200 (MEST) Original-Received: from magic.saclay.cea.fr.saclay.cea.fr (klein@drecam047028.saclay.cea.fr [132.166.47.28]) by dsm-mail.saclay.cea.fr (8.12.11/jtpda-5.4) with ESMTP id j97CMo3n005140 for ; Fri, 7 Oct 2005 14:22:50 +0200 Original-To: help-gnu-emacs@gnu.org X-Mailer: VM 7.19 under Emacs 21.4.1 X-Miltered: at dsm-mail with ID 4346689A.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! 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:30025 Archived-At: To whom it may concern, I encountered the problem that I could not save my tex document under emacs. The error message had to do with encryption program Symbol's function definition is void: call-with-transparent-undo It took me a while to figure out the solution and I thought that I will share it with the forum. One has to remove the crypt/crypt++ package when x-symbol is installed. Both packages are incompatible (or at least until now) in emacs21. I believe it is a known bug. The solution, however, is not well documented. Cheers, Olivier