vile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [vile] vile-9.7q.patch.gz


From: Thomas Dickey
Subject: Re: [vile] vile-9.7q.patch.gz
Date: Tue, 26 May 2009 08:50:00 -0400 (EDT)

On Tue, 26 May 2009, Paul van Tilburg wrote:

Hi!

I just upgraded from 9.7o to 9.7r.

On Mon, May 18, 2009 at 08:03:58PM -0400, Thomas Dickey wrote:
 ftp://invisible-island.net/vile/patches/vile-9.7q.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Mon May 18 23:58:25 UTC 2009 [...]

 20090518 (q)
> Tom Dickey:
        + improve which-source and which-exec commands (prompted by Paul Fox):
          + use the same check for file-ownership as was done in 9.5m, showing
            files which fail this check with "?" rather than "*".
          + add a trace message showing filenames which fail the check.
          + add check-access mode, to make this configurable.

So, this might explain why my .vilerc is not read anymore, it is mode
664 as are many config files in my homedir.  I'm wondering, where
can this trace be seen, I get no errors/warnings?

setting mine to 664, then

        :set popup-msgs
        :source .vilerc

gives

[Skipping '.vilerc' (insecure permissions)]
[Skipping '/home/dickey/.vilerc' (insecure permissions)]
[No such file ".vilerc"]

Something like
        2:which-source .vilerc

Show which source-paths are tested for:
        .vilerc
("*" marks found-files)

$cwd
?       .vilerc
$HOME
?       /home/dickey/.vilerc
$startup-path
        /usr/local/share/vile/.vilerc

would show "?" rather than "*".

That seems to be working as designed; however I noticed last night that
for one of my macros, the &writable function (perhaps) is tripping over
the same check (so I'll have to restructure things to keep this feature
separate).

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]