Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2728 - The non-gui version of vim is always compiled --without-x, which removes useful features.
Summary: The non-gui version of vim is always compiled --without-x, which removes use...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-14 12:03 UTC by Scott J Garner
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott J Garner 2002-05-14 12:03:26 UTC
I use vim (never gvim) in both console and X (as I'm sure a great many people
also do) and forcing --without-x on the vim compile removes all of the features
normally enabled when running vim in an xterm, such as automatically copying a
vim visual block to the X clipboard.
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-05-19 03:41:33 UTC
It appears the ebuild buils two different versions of vim, if the GUI is set it
builds the gvim version, and builds the console version.. The console version
has the --without-x in it.  Am I missing something?
Comment 2 Scott J Garner 2002-05-19 08:16:00 UTC
Yes you are :-)

The "console" version isn't just for console--it can be run in an xterm and
still intergrate with X11.  This is the prefered way of running it for a lot of
people who like to run everything in terminals or just find the gui version
cumbersome.

On a side note, there really is no reason to build the two binaries separately
as the ebuild does currently--there isn't an overlap of features unless
--without-x is enabled and it should not be.
Comment 3 Ryan Phillips (RETIRED) gentoo-dev 2002-08-16 12:49:23 UTC
committed