From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.help Subject: Re: Bug when compiling elc code? Date: Wed, 08 Aug 2007 18:57:54 +0200 Message-ID: <877io6otf1.fsf@gmx.de> References: <1186589391.008405.221900@w3g2000hsg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1186592117 9818 80.91.229.12 (8 Aug 2007 16:55:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Aug 2007 16:55:17 +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 Aug 08 18:55:15 2007 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 1IIooR-0007cZ-6t for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Aug 2007 18:55:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIooQ-0003y4-OQ for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Aug 2007 12:55:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IIooA-0003vR-Ik for help-gnu-emacs@gnu.org; Wed, 08 Aug 2007 12:54:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IIoo9-0003v2-J5 for help-gnu-emacs@gnu.org; Wed, 08 Aug 2007 12:54:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIoo9-0003uv-9N for help-gnu-emacs@gnu.org; Wed, 08 Aug 2007 12:54:53 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IIoo8-0000lA-P8 for help-gnu-emacs@gnu.org; Wed, 08 Aug 2007 12:54:53 -0400 Original-Received: (qmail invoked by alias); 08 Aug 2007 16:54:51 -0000 Original-Received: from p548653E4.dip.t-dialin.net (EHLO debian) [84.134.83.228] by mail.gmx.net (mp051) with SMTP; 08 Aug 2007 18:54:51 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX18cQhVVNnUchjeN7vZi/Nox/zzl2Yt1bamBdzZubA 3YQ6udgLcawj5/ In-Reply-To: <1186589391.008405.221900@w3g2000hsg.googlegroups.com> (weber's message of "Wed\, 08 Aug 2007 16\:09\:51 -0000") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:46414 Archived-At: weber writes: > Btw, is keeping a password inside a .elc file and deleting the > original .el a semi-safe way to hide your personal info ? No, the password is still stored as clear text and the .elc file can be disassembled: (info "(elisp)Disassembly") Cheers, Sven