Opened 10 years ago
Closed 10 years ago
#3647 closed task (fixed)
Vim configure options
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
A few points about configure options for Vim:
- If I'm reading src/feature.h correctly, multibyte support should be enabled with the "normal" feature set, which is the default (--with-features=normal). Therefore, I believe --enable-multibyte is redundant.
- Any reason why --with-features=huge isn't used? It builds just fine for me in a minimal LFS chroot setup; it doesn't try enabling support for X or other stuff that's not found there.
- Is there any downside to using --enable-perlinterp? Perl is already installed in LFS anyway.
Attachments (1)
Change History (7)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
I've just started what might be a "throwaway" build, I'll try omitting --enable-multibyte.
comment:3 by , 10 years ago
Looks good to me. Attachment shows hexdump of lines of text in 'U+nnnn description X\n' format which I input in the console : everything beyond ASCII is multibyte (UTF-8), including the accents which have the same codepoints as in latin-1. Took me a while to find something using more than 2 bytes, and which is in my font, until I remembered Welsh accented letters.
comment:4 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
For points 2 and 3, I agree with Bruce. Looking around, I did not find any obvious usage for the perl interpreter. I'll remove --enable-multibyte, the rest can perhaps go in BLFS.
comment:5 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
Point 1. done in r10688.
Returning to the list in case there are any further thoughts on points 2 and 3.
comment:6 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Marking fixed for point 1.
Points 2 and 3 are wontfix.
I really think that if a user wants these, then they can add them themselves. To do it for everyone seems to be bloat to me.