On 10.02.06, Mirko Rzehak wrote:
>
> Hi jed users,
>
> two things concerning dired:
> - I'd like the dired to have the same 'look-and-feel' as the bufed.
> That means: highlight the current line and TAB opens the file in a new
> buffer without splitting the screen.
>
> Has anyone already done those things and could provide me with some
> modified *.sl or something like that?
> I'm using jed version 0.99.16 and slang version 1.4.8.
Have a look at http://jedmodes.sf.net/mode/filelist/ and see if this does
what you want. (Also try the variaous configuration options (custom variable
settings).)
> - Can I tell jed to start in dired mode if I start it with a directory name.
> In case of no parameter it should take the current directory as default
> instead of starting with scratch-buffer and find_file.
This is not built into filelist.sl, but with the
filelist_find_file_hook() it will always open a directory in
filelist_mode instead of giving an error.
You could start jed with e.g. 'jed .` then, to open the current
directory. If this does not suffice, add to your jed.rc
something like
if (if __argc == 1)
filelist_list_dir(".");
Günter
--
Milde ife.et.tu-dresden.de
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|