[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vile] vile-9.8i.patch.gz
From: |
Thomas Dickey |
Subject: |
Re: [vile] vile-9.8i.patch.gz |
Date: |
Tue, 16 Oct 2012 20:27:17 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On Tue, Oct 16, 2012 at 04:51:23PM -0400, Wayne Cuddy wrote:
> After building with this patch I've noticed that SQL files are no
> longer highlighted. This only seems to happen for SQL files. When I open
> them their type is correctly recognized and SQLMODE is set in the status
> bar but no color. Could any changes in this patch have had that effect?
not that I can think of - the patch doesn't touch the filters (as I
use them). It's been a while since I modified the sql-filt.l rules
(it's one of those that takes some pain with test-cases).
I usually build with either builtin-filters or loadable-filters
depending on whether I'm debugging or installing. External filters _could_
be affected by the --dataroot change (I guess - though that's for things
other than lib-directories). But that's one thing to check on.
A quick check here shows sql coloring as expected.
If it's a scripting issue, the -D option of vile can be helpful.
> Thanks,
> Wayne
>
> On Sun, Sep 23, 2012 at 07:38:48PM -0400, Thomas Dickey wrote:
> > ftp://invisible-island.net/vile/patches/vile-9.8i.patch.gz
> > patch by Thomas E. Dickey <address@hidden>
> > created Sun Sep 23 23:22:32 UTC 2012
> >
> > ------------------------------------------------------------------------------
> > CHANGES | 12
> > MANIFEST | 2
> > configure | 4884
> > ++++++++++++++++++++++-----------------------
> > filters/makefile.in | 3
> > macros/vileinit.rc | 15
> > main.c | 20
> > makefile.in | 5
> > ntwinio.c | 4
> > package/debian/changelog | 6
> > package/vile.spec | 9
> > patchlev.h | 2
> > perl/mime.pl | 4
> > perl/plugins.pl | 4
> > revlist | 28
> > 14 files changed, 2553 insertions(+), 2445 deletions(-)
> >
> > ------------------------------------------------------------------------------
> >
> > 20120923 (i)
> > + fix build for minvile, whose icon path was broken in 9.8h
> > + amend fix for Savannah #36801 to make a special case for the calls
> > via "execute-named-command" which limits the quoting to search
> > commands and shell-commands by testing the first character of the
> > command-line (report by Wayne Cuddy).
> > + update configure script to support --datarootdir option.
> > + improve dependencies for rpm package by adding extra patterns for
> > vile's mime.pl and plugins.pl scripts.
> > + improve ToggleMode macro, making it set the local value as ToggleList
> > does (report by Wayne Cuddy).
> >
> > --
> > Thomas E. Dickey <address@hidden>
> > http://invisible-island.net
> > ftp://invisible-island.net
>
>
>
> > _______________________________________________
> > vile mailing list
> > address@hidden
> > https://lists.nongnu.org/mailman/listinfo/vile
>
>
> _______________________________________________
> vile mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/vile
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- Re: [vile] vile-9.8i.patch.gz, Wayne Cuddy, 2012/10/16
- Re: [vile] vile-9.8i.patch.gz,
Thomas Dickey <=
- Re: [vile] vile-9.8i.patch.gz, Wayne Cuddy, 2012/10/18
- Re: [vile] vile-9.8i.patch.gz, Thomas Dickey, 2012/10/18
- Re: [vile] vile-9.8i.patch.gz, Thomas Dickey, 2012/10/18
- Re: [vile] vile-9.8i.patch.gz, Thomas Dickey, 2012/10/18
- Re: [vile] vile-9.8i.patch.gz, Wayne Cuddy, 2012/10/19
- Re: [vile] vile-9.8i.patch.gz, Thomas Dickey, 2012/10/21