- Subject: Re: dired questions
- From: "G. Milde" <g.milde@xxxxxx>
- Date: Fri, 10 Feb 2006 16:45:31 +0100
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
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2006 date index]
[2006 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]