all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: "Jürgen Hötzel" <juergen@archlinux.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: password.el: A minor mode to hide sensitive information (passwords) using overlays.
Date: Tue, 20 Nov 2012 11:06:29 +0100	[thread overview]
Message-ID: <878v9w4mhm.fsf@gmx.de> (raw)
In-Reply-To: <CANmXxHPu5LOr872o7FPWjZvThXHcn_ik3OLbTEzb7bTJVucBhQ@mail.gmail.com> ("Jürgen Hötzel"'s message of "Tue, 13 Nov 2012 13:59:29 +0100")

Jürgen Hötzel <juergen@archlinux.org> writes:

Hi Jürgen,

> But there may be situation when you have to deal with passwords in
> plain text files.
>
> Example Usage:
>
> (require 'password-mode)
> (add-hook 'text-mode-hook 'password-mode)
>
> Source Repository:
>
> https://github.com/juergenhoetzel/password-mode

Nice package. I've tried it with my own ~/.authinfo.gpg file;
unfortunately it doesn't work out of the box due to limitations in
`password-mode-prefix-regex':

- You require a trailing ":" after any string of
  `password-mode-words'. Maybe you could make this optional.

- You allow only alpha numerical characters for passwords. I use also
  special characters like "@" in my passwords, which are not hidden. The
  password regexp could be more general (or customizable).

> Jürgen

Best regards, Michael.



       reply	other threads:[~2012-11-20 10:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CANmXxHPu5LOr872o7FPWjZvThXHcn_ik3OLbTEzb7bTJVucBhQ@mail.gmail.com>
2012-11-20 10:06 ` Michael Albinus [this message]
2012-11-20 15:33   ` password.el: A minor mode to hide sensitive information (passwords) using overlays Jürgen Hötzel
2012-11-21  8:24     ` Michael Albinus
2012-11-21 15:59       ` Jürgen Hötzel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878v9w4mhm.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=juergen@archlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.