all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Trent W. Buck" <trentbuck@gmail.com>
To: 1798@emacsbugs.donarmstrong.com
Subject: bug#1798: Acknowledgement (23.0.60; easypg incompatible with tramp?)
Date: Tue, 6 Jan 2009 17:54:18 +1100	[thread overview]
Message-ID: <20090106065418.GA13441@Clio.twb.ath.cx> (raw)
In-Reply-To: <handler.1798.B.12312141403833.ack@emacsbugs.donarmstrong.com>

I tried this to tell epa NOT to encrypt tramp's cache files, but it didn't work.

ELISP> (rx (or (not (any "/"))
               (and "/" (not (any "t")))
               (and "/t" (not (any "m")))
               (and "/tm" (not (any "p")))
               (and "/tmp" (not (any "/")))
               (and "/tmp/" (not (any "t")))
               (and "/tmp/t" (not (any "r")))
               (and "/tmp/tr" (not (any "a")))
               (and "/tmp/tra" (not (any "m")))
               (and "/tmp/tram" (not (any "p")))
               (and "/tmp/tramp" (not (any ".")))))
"[^/]\\|/[^t]\\|/t[^m]\\|/tm[^p]\\|/tmp[^/]\\|/tmp/[^t]\\|/tmp/t[^r]\\|/tmp/tr[^a]\\|/tmp/tra[^m]\\|/tmp/tram[^p]\\|/tmp/tramp[^.]"
ELISP> epa-file-name-regexp
"\\`\\([^/]\\|/[^t]\\|/t[^m]\\|/tm[^p]\\|/tmp[^/]\\|/tmp/[^t]\\|/tmp/t[^r]\\|/tmp/tr[^a]\\|/tmp/tra[^m]\\|/tmp/tram[^p]\\|/tmp/tramp[^.]\\).*\\([^/]\\|/[^t]\\)\\.gpg\\(~\\|\\.~[0-9]+~\\)?\\'"
ELISP> 






  parent reply	other threads:[~2009-01-06  6:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-06  3:55 bug#1798: 23.0.60; easypg incompatible with tramp? trentbuck
     [not found] ` <handler.1798.B.12312141403833.ack@emacsbugs.donarmstrong.com>
2009-01-06  6:54   ` Trent W. Buck [this message]
2011-07-08 18:07     ` bug#1798: (23.0.60; easypg incompatible with tramp?) Michael Albinus
2011-07-24 10:03       ` Michael Albinus
2009-01-09  2:02 ` bug#1798: 23.0.60; easypg incompatible with tramp? Daiki Ueno

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=20090106065418.GA13441@Clio.twb.ath.cx \
    --to=trentbuck@gmail.com \
    --cc=1798@emacsbugs.donarmstrong.com \
    /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.