Update 1: Confirmed this works for me, but not for other users. I must have some bool set from the development days which only permits this for me. I will have to hunt down this error.
Thanks.
Update 2: Working Now. I had to update permissions so other users can change to other styles.
So... i cant get it to work.
I had already posted this but it got deleted. Details:
Im running SSH shell on Windows XP, connecting to a server whose term is vt100 (someone asked me that last time)
Im trying to get the syntax highlighting in cc mode to work in color, but its black and... (0 Replies)
Hi all,
i would to find out how can i turn on color hightlighting with the 'more' command.
When i view a big file, i tend to use the 'more' command and i would search for a interested string with the '/' command. Something the search returns more than 1 line found on the screen, how can i... (0 Replies)
I was using vim about an hour ago doing abit of python (i only just started using vim). And I think i typed something wrong, and all of a sudden the letter i is always highlighted. Turning syntax off and on didn't work. and i couldent find the solution online.
Thanks in advanced. (1 Reply)
I wrote a new .lang file for syntax highlighting a language I use frequently. It works fine, except that it doesn't glob onto the files automatically. Is there a utility I need to run to update a gtksourceview database?
Here's the relevant portion of the code.
<language id="pari"... (0 Replies)
I am slowly developing my .vimrc and would like to know how to turn off the highlighting (black text on orange background) which starts at line 73. This doesn't seem to be controlled by any selected/customized colorscheme.
I do CFD, and some older codes I use are written in F77, for which this... (2 Replies)
Hi all,
my sysadmin installed Vim packages (vim-enhanced-6.3-1 & vim-common-6.3-1) on an Aix system (7.1.0.0).
I log in using Putty (vs 0.54) and got an annoying underline issue. All strings and var names are underlined as you can see on the attached file
Is it possible to get rid of that... (4 Replies)
I had a bash script (ma_report.sh) that I was editing when my VPN connection died. So, when I reconnected, I recovered my changes and reopened the file. Everything looks fine except that there is no longer any syntax highlighting. Using ':syntax on' does not work. Other bash scripts in vim do... (1 Reply)
Hi all
I have a grep written to pull out values; below (in the code snip-it) is an example of the output.
What I'm struggling to do, and looking for assistance on, is identifying the lines that have duplicate strings.
For example 74859915K74859915K in the below is 74859915K repeated twice but... (8 Replies)
Discussion started by: brighty
8 Replies
LEARN ABOUT XFREE86
lintian-info
LINTIAN-INFO(1) User Contributed Perl Documentation LINTIAN-INFO(1)NAME
lintian-info - give detailed information about Lintian's error tags
SYNOPSIS
lintian-info [log-file...]
lintian-info --tags tag ...
DESCRIPTION
The lintian-info command parses the output of the lintian command and gives verbose information about the listed Lintian error tags, parses
a Lintian override file and gives verbose information about the tags included, or (if given the -t or --tags option) explains a given tag
or tags.
If no log-file is specified on the command line, this command expects its input on stdin. Thus, the output of lintian can either be piped
through lintian-info or a log file produced by lintian can be processed with this command. (Note, though, that the lintian command has a
command line option -i to display the same results as lintian-info, so you will not normally need to pipe the output of lintian into this
command.)
OPTIONS-a, --annotate
Read from standard input or any files specified on the command line and search the input for lines formatted like Lintian override
entries. For each one that was found, display verbose information about that tag.
-h, --help
Display usage information and exit.
--profile prof
Use the severities from the vendor profile prof when displaying tags. If the profile name does not contain a slash, the default
profile for than vendor is chosen.
If not specified, lintian-info loads the best profile for the current vendor.
Please Refer to the Lintian User Manual for the full documentation of profiles.
-t, --tags
Rather than treating them as log file names, treat any command-line options as tag names and display the descriptions of each tag.
EXIT STATUS
If -t or --tags was given and one or more of the tags specified were unknown, this command returns the exit code 1. Otherwise, it always
returns with exit code 0.
SEE ALSOlintian(1)AUTHORS
Niels Thykier <niels@thykier.net>
Richard Braakman <dark@xs4all.nl>
Christian Schwarz <schwarz@monet.m.isar.de>
perl v5.14.2 2013-02-16 LINTIAN-INFO(1)