다운로드
소프트웨어 개발
계정
다운로드
소프트웨어 개발
Login
Forgot Account/Password
계정 만들기
언어
도움
언어
도움
×
Login
Login Name
Password
×
Forgot Account/Password
Translation Status of 한국말
Category:
Software
People
PersonalForge
Magazine
Wiki
검색
OSDN
>
브라 우즈 소프트웨어
>
Security
>
Cryptography
>
EasyPG
>
Ticket List/Search
>
Ticket #10192
EasyPG
Fork
Description
Project Summary
Developer Dashboard
웹 페이지
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
다운로드
List of Releases
Stats
소스 코드
Code Repository list
Git
epg
티켓
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
포럼
List of Forums
도움 (3)
Open Discussion (3)
Mailing Lists
list of ML
News
Ticket #10192
Ticket List
Submit New Ticket
RSS
customizing epa-file-name-regexp fails
오픈 날짜:
2007-03-29 23:43
마지막 업데이트:
2007-04-06 17:10
monitor
ON
OFF
Reporter:
dooglus
소유자:
ueno
Type:
Bugs
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
2
Details
Reply
I tried customizing epa-file-name-regexp to be
"\\.gpg\\(~\\|\\.~[0-9]+~\\)?\\'" so that backups of
.gpg files will be viewable as well, but it had no effect.
The attached patch fixes it.
Ticket History (3/6 Histories)
Show older Histories
2007-03-29 23:43
Updated by:
dooglus
File
1803: epa-file-patch.txt
is attached
2007-03-30 18:48
Updated by:
ueno
소유자
Update from
(None)
to
ueno
2007-04-04 18:16
Updated by:
ueno
댓글 올리기
Reply
Logged In: YES
user_id=230
Thanks for the patch. It looks mostly good, but isn't it
enough to replace the car of epa-file-handler?
Simplified patch attached.
2007-04-04 18:16
Updated by:
ueno
File
1812: epa-file.el.diff
is attached
2007-04-04 20:57
Updated by:
dooglus
댓글 올리기
Reply
Logged In: YES
user_id=27068
That seems to be OK. I can't remember now why I made the
other changes I did, but it seems I didn't need to.
How about using
"\\.gpg\\(~\\|\\.~[0-9]+~\\)?\\'"
as the default value of epa-file-name-regexp?
2007-04-06 17:10
Updated by:
ueno
Ticket Close date
is changed to
2007-04-06 17:10
Resolution
Update from
None
to
Fixed
Status
Update from
Open
to
Closed
댓글 올리기
Reply
Logged In: YES
user_id=230
It seems good idea. I installed that change along with the
previous patch in CVS. Thanks.
Attachment File List (
2
)
Attachment File List
epa-file-patch.txt
(2KB)
patch
epa-file.el.diff
(1KB)
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
"\\.gpg\\(~\\|\\.~[0-9]+~\\)?\\'" so that backups of
.gpg files will be viewable as well, but it had no effect.
The attached patch fixes it.