emacs-devel
[Top][All Lists]
Advanced

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

Re: doc-view.el: about cursor and filename display


From: David Kastrup
Subject: Re: doc-view.el: about cursor and filename display
Date: Thu, 18 Oct 2007 10:10:33 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

Tassilo Horn <address@hidden> writes:

> Dan Nicolaescu <address@hidden> writes:
>
>> Tassilo Horn <address@hidden> writes:
>>
>>   > Index: lisp/files.el
>>   > ===================================================================
>>   > RCS file: /sources/emacs/emacs/lisp/files.el,v
>>   > retrieving revision 1.932
>>   > diff -u -r1.932 files.el
>>   > --- lisp/files.el        15 Oct 2007 02:07:46 -0000      1.932
>>   > +++ lisp/files.el        17 Oct 2007 19:51:46 -0000
>>   > @@ -2059,7 +2059,7 @@
>>   >       ("\\.\\(as\\|mi\\|sm\\)2\\'" . snmpv2-mode)
>>   >       ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)
>>   >       ("\\.\\(dif\\|pat\\)\\'" . diff-mode) ; for MSDOG
>>   > -     ("\\.[eE]?[pP][sS]\\'" . ps-mode)
>>   > +     
>> ("\\(?:DVI\\|EPS\\|P\\(?:DF\\|S\\)\\|dvi\\|eps\\|p\\(?:df\\|s\\)\\)" . 
>> doc-view-mode)
>>
>> Is this a good idea? 
>> PostScript is not only used for documents, but it is also a
>> programming language. How likely is it that someone that does a C-x
>> C-f for a ps file does it in order to view it, not to edit it?
>
> When people know doc-view it's very likely.

No, it isn't.  We can do a poll if you think otherwise.

-- 
David Kastrup




reply via email to

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