[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-EMACS@MIT-MC.ARPA
- From: Gail Zacharias <GZ@MIT-MC.ARPA>
- Date: Sat, 10 Aug 85 19:57:46 EDT
There a subtle change that occurs with long filename support, namely it is
possible to have a version number even if there is none in Buffer
Filenames. For example buffer filenames may be "XX: GZ; FOO BAR", but the
version is 12 (because truename is "XX: GZ; FOO BAR 12"). Emacs doesn't show
the version in the mode line in this case. To fix that, the code in & Set
Mode Line that does:
FS D VERSâ"'E+(FS D VERSâ+2"'E)"L !* Include file's actual version number.!
Q:.B(Q3+9!*Bufver!)U1
I_(â G1 I)â'
should be changed to:
FS D VERSâ:"G !* If not already shown, include version!
Q:.B(Q3+9!*Bufver!)U1
q1"'g+(fs d versâ+1"'n)"l I_(â G1 I)â''
I did this in the source, but I don't know what the state of the MC sources
is, so I didn't recompile anything.