This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: add some regformats data files to fnchange.lst


> Date: Fri, 1 Mar 2002 11:12:18 -0500
> From: Daniel Jacobowitz <drow@mvista.com>
> 
> I thought these fit in 8.3 uniqueness, but I was wrong.  I'm going back to
> counting school now.

Thanks.

In case you are using Emacs 21.1 or later, the function
dos-8+3-filename (defined on dos-fns.el) will transform any arbitrary
file name to its 8+3 truncated version, so you could compare file
names if you need to make such decisions in the future.  That is,
given some Very-LongFile-Name.Long-Extension, type

  M-: (dos-8+3-filename Very-LongFile-Name.Long-Extension) RET

and the short variant will be printed in the echo area.

(This function is not defined in Unix versions of Emacs, so first you
will have to type "C-x C-e" with the cursor to the right of its
closing parenthesis, to get it defined.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]