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

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

Re: Setting file extensions to be handled by gpg encryption problem


From: bar tomas
Subject: Re: Setting file extensions to be handled by gpg encryption problem
Date: Mon, 8 Nov 2010 09:40:19 +0000

Many thanks for all the replies. It works now.

On Sat, Nov 6, 2010 at 9:11 PM, Steve Revilak <steve@srevilak.net> wrote:
>> From: bar tomas
>
>> Many thanks for your help, but the regular expression you suggest
>> doesn't seem to capture file names with extension txt or gpg.
>> I've tried to test it in an emacs buffer and tried both
>> (\\.txt$)|(\\.gpg$) and (\.txt$)|(\.gpg$) but it doesn't seem to work
>> either.
>
> Tomas,
>
> I believe that
>
>  (custom-set-variables    '(epa-file-name-regexp "\\.\\(txt\\|gpg\\)$"))
>
> may be what you're looking for.
>
> Steve
>



reply via email to

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