help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hiding passwords in password file?


From: Lee Sau Dan
Subject: Re: Hiding passwords in password file?
Date: 10 Dec 2002 11:12:58 +0900
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Felix" == Felix E Klee <felix.klee@inka.de> writes:

    Felix> Thanks for the suggestion of outline-mode. I tried it out
    Felix> and also tried outline-magic.el (a nice
    Felix> improvement). However, it's not perfect since isearch opens
    Felix> sections that are folded in. So if I'm looking eg. for my
    Felix> google groups password I might use isearch and type in g o
    Felix> o g l e.  However, the first character, g, might open a
    Felix> section that I wanted to keep closed.

M-! grep ^login: the_large_file

to display a  list of possible login names.  You  can i-search in that
buffer.  After that,

M-! awk '/^login: felix/{print $0; ++a; next} /^password:/&&a {print $0; exit 
0}' the_large_file


-- 
Lee Sau Dan                     李守敦(Big5)                    ~{@nJX6X~}(HZ) 

E-mail: danlee@informatik.uni-freiburg.de
Home page: http://www.informatik.uni-freiburg.de/~danlee
>From help-gnu-emacs-bounces@gnu.org  Tue Dec 10 00:25:10 2002
Path: 
shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!panix!not-for-mail
From: dkcombs@panix.com (David Combs)
Newsgroups: comp.sys.mac.apps,comp.text.tex,gnu.emacs.help
Date: Tue, 10 Dec 2002 05:23:34 +0000 (UTC)
Organization: Public Access Networks Corp.
Lines: 29
Message-ID: <at3tom$27v$1@reader1.panix.com>
References: <041220020952400758%ajanta@no.spam>
        <slrnav1ed1.ho.smullerin@esb.bbn.com> <m2hedrm4oc.fsf@owlbear.local>
        <061220021433180478%ajanta@no.spam>
NNTP-Posting-Host: panix1.panix.com
X-Trace: reader1.panix.com 1039497814 2303 166.84.1.1 (10 Dec 2002 05:23:34
        GMT)
X-Complaints-To: abuse@panix.com
NNTP-Posting-Date: Tue, 10 Dec 2002 05:23:34 +0000 (UTC)
X-Newsreader: trn 4.0-test74 (May 26, 2000)
Originator: dkcombs@panix.com (David Combs)
Xref: shelby.stanford.edu comp.sys.mac.apps:348470 comp.text.tex:237725
        gnu.emacs.help:107916
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs 21.3.50 on Mac OSX 10.2.2
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.1b5
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=subscribe>
List-Archive: <http://mail.gnu.org/pipermail/help-gnu-emacs>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
X-List-Received-Date: Tue, 10 Dec 2002 05:25:10 -0000

In article <061220021433180478%ajanta@no.spam>, Ajanta  <ajanta@no.spam> wrote:
>[Deleted the xemacs group, but keeping comp.text.tex since this whole
>exercise is TeX-related for me]
>
>Andrew Choi <akochoi_NOSPAM_@shaw.ca> wrote:
>
>> Oh no, not again.  This patch will fix it:
>> 
>> Index: getopt.c
>> ===================================================================
>> RCS file: /cvsroot/emacs/emacs/lib-src/getopt.c,v
>> retrieving revision 1.21
>> ... 
>
>Thanks. I am sure this would have helped. Fortunately I was able to get
>the emacs 21.3.50 ...

Gnu-emacs 21.2 is as of march this year -- pretty ancient, no?

Where do you get something newer -- even beta or alpha?

(tarball, for solaris)

Thanks,

David




reply via email to

[Prev in Thread] Current Thread [Next in Thread]