xwem-devel
[Top] [All Lists]

Re: Init script renaming

From: Zajcev Evgeny <zevlg@xxxxxxxxx>
Subject: Re: Init script renaming
Date: Thu, 16 Feb 2006 17:21:43 +0300
Cc: xwem-devel@xxxxxxxx
Sender: xwem-devel-bounces@xxxxxxxx
User-agent: Gnus/5.1007 (Gnus v5.10.7) SXEmacs/22.1.4 (berkeley-unix)
Richard Klinda <ignotus@xxxxxxxxxxx> writes:

>>>>>> Zajcev Evgeny writes:
>
>
>   > I want to rename xwemrc.el to init.el
>
> I don't like that because it would make switching to that buffer hard
> (because I already have an "init.el" buffer (xemacs's) open)!  xwemrc.el
> is unique, init.el is not.
>
>   > I also want to introduce custom.el, where all changes of xwem groups
>   > made from Emacs customization interface, will go ..
>
> I don't really care about this, only that custom.el is not unique (same
> as above).

Good reason!(for both init.el and custom.el), however you could use:

    (require 'uniquify)
    (setq uniquify-buffer-name-style 'forward)

to resolve filename unification problems
    
-- 
lg

<Prev in Thread] Current Thread [Next in Thread>