Hi!

I've sucessfully build LFS 6.2 and work now on BLFS. Right at the start I 
still use my Debian testing (etch) as main platform.

I enter my LFS at most by issuing the following command:

chroot "$LFS_MOUNT_POINT" /usr/bin/env -i \
HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
PATH=/bin:/usr/bin:/sbin:/usr/sbin \
/bin/bash --login

Once I've entered my chroot environment almost everything works fine.

Issuing "vim --version" results in:

VIM - Vi IMproved 7.0 (2006 May 7, compiled Aug 18 2006 16:59:45)
Inklusive der Korrekturen: 1-4, 6-26, 28-31, 33-39
Übersetzt von [EMAIL PROTECTED]
Normale Version ohne GUI. Ein- (+) oder ausschließlich (-) der Eigenschaften:
-arabic +autocmd -balloon_eval -browse +builtin_terms +byte_offset +cindent
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+cryptv -cscope +cursorshape +dialog_con +diff +digraphs -dnd -ebcdic
-emacs_tags +eval +ex_extra +extra_search -farsi +file_in_path +find_in_path
+folding -footer +fork() +gettext -hangul_input +iconv +insert_expand 
+jumplist
 -keymap -langmap +libcall +linebreak +lispindent +listcmds +localmap +menu
+mksession +modify_fname +mouse -mouseshape -mouse_dec -mouse_gpm
-mouse_jsbterm -mouse_netterm +mouse_xterm +multi_byte +multi_lang -mzscheme
-netbeans_intg -osfiletype +path_extra -perl +postscript +printer -profile
-python +quickfix +reltime -rightleft -ruby +scrollbind -signs +smartindent
-sniff +statusline -sun_workshop +syntax +tag_binary +tag_old_static
-tag_any_white -tcl +terminfo +termresponse +textobjects +title -toolbar
+user_commands +vertsplit +virtualedit +visual +visualextra +viminfo +vreplace
+wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp
-xterm_clipboard -xterm_save
          System-vimrc-Datei: "/etc/vimrc"
        Benutzer-vimrc-Datei: "$HOME/.vimrc"
         Benutzer-exrc-Datei: "$HOME/.exrc"
     Voreinstellung für $VIM: "/usr/share/vim"
Übersetzt: gcc -c -I. -Iproto -DHAVE_CONFIG_H     -g -O2
Linken: gcc   -L/usr/local/lib -o vim       -lncurses -ldl


I believe, that the whole chapter 3 "After LFS Configuration Issues" worked 
fine. But I am not all sure about that, as I have some minor problem with 
vim.

Note: I work with scripts to get the whole stuff repeadable.

OK. Here comes my question:

I'm used to change vim's mode into editing by pressing the "insert" key on my 
keyboard. In my LFS that does not work as expected.

For example: Having opend a file with vim I press "insert" first and "arrow 
up" second. Normaly I would change into "insert mode" first and go one line 
up second. I get instead the letter "F" (capital "f") inserted.

Has anyone an idea why I don't get what I expect?

Kind regards,
Leonhard.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to