My problem with the quoteplus register is solved. The
reason was, that the xorg-X11-devel-package wasn`t
installed and therefore no xterm_clipboard ...
possible.
My be, that I installed this package (and
neccessaries) on my former system suse 10.1 earlier is
other reasons, and therefore not had problems with the
vim-compiling. I dont remember.
Thanks for advices, 
  
Dada

--- "A.J.Mechelynck" <[EMAIL PROTECTED]>
schrieb:

> Dada wrote:
> > Thanks for advices - but the problem isn`t solved
> ...
> > 
> > Up to now I never set any guioptions. So I tried
> it
> > with your .vimrc-settings (see annex) - no
> reactions.
> > I think, that the compiling don`t gets any
> X11-files
> > (see annex: Ergebnis_configure and the output of
> > :version in vim (Version.png, snapshot)).
> > Do you have any idea?
> > Another problem: I tried to set, as you in the
> file
> > myenviro, the environmentvariables in a file (see
> > annex meine\ vim\ Kompilierungsparameter). I done 
> > source meine\ vim\ Kompilierungsparameter
> > . But it seems, that configure don`t fetch it (i.
> e.
> > checking multibyte ... no). 
> > The configure-output in the annex is the result of
> > ./configure --enable-multibyte
> --with-features=huge
> > --enable-gnome-check >Ergebnis_configure.
> > Do you have any idea?
> > .
> > .
> > --- "A.J.Mechelynck"
> <[EMAIL PROTECTED]>
> > schrieb:
> >> I'm using openSUSE 10.2 too, with kde 3.3.5
> "release
> >> 45.2" and I don't have 
> >> any problems with "+. I compile Vim according to
> >> what is described at 
> >>
> >
>
http://users.skynet.be/antoine.mechelynck/vim/compunix.htm.
> >> My options are set so, that when selecting with
> the
> >> mouse (which I don't 
> >> usually do) I end up in Select mode. Esc gv
> brings
> >> me back to (standard) 
> >> Visual mode, and "+y yanks the text without the
> >> linenumbers from the 'number' 
> >> option, as can be seen (e.g.) by Ctrl-V or "Edit
> =>
> >> Paste" in Thunderbird (my 
> >> mail client).
> >>
> >> Normally I too use the keyboard to select. After
> V
> >> (uppercase, i.e., shift-v) 
> >> followed by cursor up/down movements I'm in
> linewise
> >> visual mode; again, "+y 
> >> allows me to paste (full lines without line
> numbers)
> >> in Thunderbird.
> >>
> >> Do you have the flags a and/or A in 'guioptions',
> >> what is your 'clipboard' 
> >> option set to? Mine is empty, and I have
> >> guioptions=gimrLTt -- my vimrc includes
> >>
> >>    if exists("+clipboard")
> >>            set clipboard=
> >>    endif
> >>    if exists("+guioptions")
> >>            set go-=a go-=e go+=t
> >>    endif
> >>
> >>
> >> See
> >>    :help modeless-selection
> >>    :help modeless-and-clipboard
> >>
> >>
> >> Best regards,
> >> Tony.
> > 
> >> [EMAIL PROTECTED] wrote:
> >>> In addition to my posting yesterday, i want to
> >> add:
> >>> - I`m working under kde and gnome (the actually
> >>> versions in the distribution opensuse 10.2; I`m
> >> now
> >>> not at home, therefore can`t say the number).
> >>> - If I do a selection in vim with the mouse, I
> can
> >>> past it, i. e., in an web browser. But I
> activate
> >>> linenumbers in vim an the selection via mouse
> >> includes
> >>> the numbers - and the pasting too. That`s awful.
> >>> - If I do a selection via the keybord (my normal
> >> way)
> >>> with <shift-v> and cursor up/down, I get the
> >> really
> >>> text without the linenumbers; but I cannot put
> the
> >>> selection in the quoteplus-register with
> >>> <shift-"><+><y>.
> >>> Under SuSE 10.1 all works. But I not remember,
> how
> >> I
> >>> compiled vom that time.
> >>> Anynoe knows, where`s the reason?
> >>> Thanks,
> >>>  
> >>> Dada
> 
> To capture the ":version" text as text, see ":help
> :redir".
> 
> If you change configure settings, you need to
> reconfigure, e.g. by using "make 
> reconfig" in the src directory after setting the
> environment settings. 
> Otherwise make will use the old (cached) configure
> settings. Even here, your 
> --with-features=huge wasn't used since what I see in
> the Version.png snapshot 
> is a "Normal version without GUI".
> 
> I'm sending this to the vim-dev list since it is
> (mostly) about compiling Vim. 
> Next time, please use "Reply to All" (or "Reply to
> List" if available) rather 
> than "Reply to Sender".
> 
> 
> Best regards,
> Tony.
> -- 
> hundred-and-one symptoms of being an internet
> addict:
> 114. You are counting items, you go
> "0,1,2,3,4,5,6,7,8,9,A,B,C,D...".
> > configure: loading cache auto/config.cache
> checking whether make sets $(MAKE)... (cached) yes
> checking for gcc... (cached) gcc
> checking for C compiler default output file name...
> a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... (cached) o
> checking whether we are using the GNU C compiler...
> (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking for gcc option to accept ANSI C... (cached)
> none needed
> checking how to run the C preprocessor... (cached)
> gcc -E
> checking for egrep... (cached) grep -E
> checking for library containing strerror... (cached)
> none required
> checking for gawk... (cached) gawk
> checking for strip... (cached) strip
> configure: checking for buggy tools...
> - sh is       'GNU bash, version 3.1.17(1)-release
> (i586-suse-linux-gnu)
> Copyright (C) 2005 Free Software Foundation, Inc.' -
> probably OK.
> - sed is      'GNU sed version 4.1.5
> Copyright (C) 2003 Free Software Foundation, Inc.
> This is free software; see the source for copying
> conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS
> FOR A PARTICULAR PURPOSE,
> to the extent permitted by law.'.
> checking for BeOS... no
> checking for QNX... no
> checking for Darwin (Mac OS X)... no
> checking --with-vim-name argument... Defaulting to
> vim
> checking --with-ex-name argument... Defaulting to ex
> checking --with-view-name argument... Defaulting to
> view
> checking --with-global-runtime argument... no
> checking --with-modified-by argument... no
> checking if character set is EBCDIC... no
> checking --with-features argument... huge
> checking --with-compiledby argument... no
> checking --disable-xsmp argument... no
> checking --disable-xsmp-interact argument... no
> checking --enable-mzschemeinterp argument... no
> checking --enable-perlinterp argument... no
> checking --enable-pythoninterp argument... no
> checking --enable-tclinterp argument... no
> checking --enable-rubyinterp argument... no
> checking --enable-cscope argument... no
> checking --enable-workshop argument... no
> checking --disable-netbeans argument... no
> checking for socket in -lsocket... (cached) no
> checking for gethostbyname in -lnsl... (cached) yes
> checking whether compiling netbeans integration is
> possible... yes
> checking --enable-sniff argument... no
> checking --enable-multibyte argument... yes
> checking --enable-hangulinput argument... no
> checking --enable-xim argument... defaulting to auto
> checking --enable-fontset argument... no
> checking for xmkmf... no
> checking for X... (cached) no
> checking if X11 header files can be found... no
> checking --enable-gui argument... no GUI support
> checking for X11/SM/SMlib.h... (cached) no
> checking quality of toupper... good
> checking whether __DATE__ and __TIME__ work... yes
> checking for elf.h... (cached) yes
> checking for main in -lelf... (cached) no
> checking for dirent.h that defines DIR... (cached)
> yes
> checking for library containing opendir... (cached)
> none required
> checking for ANSI C header files... (cached) yes
> checking for sys/wait.h that is POSIX.1
> compatible... (cached) yes
> checking for stdarg.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for sys/select.h... (cached) yes
> checking for sys/utsname.h... (cached) yes
> checking for termcap.h... (cached) yes
> checking for fcntl.h... (cached) yes
> checking for sgtty.h... (cached) yes
> checking for sys/ioctl.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking for termio.h... (cached) yes
> checking for iconv.h... (cached) yes
> checking for langinfo.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for stropts.h... (cached) yes
> checking for errno.h... (cached) yes
> checking for sys/resource.h... (cached) yes
> checking for sys/systeminfo.h... (cached) no
> checking for locale.h... (cached) yes
> checking for sys/stream.h... (cached) no
> checking for sys/ptem.h... (cached) no
> checking for termios.h... (cached) yes
> checking for libc.h... (cached) no
> checking for sys/statfs.h... (cached) yes
> checking for poll.h... (cached) yes
> checking for sys/poll.h... (cached) yes
> checking for pwd.h... (cached) yes
> checking for utime.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for libintl.h... (cached) yes
> checking for libgen.h... (cached) yes
> checking for util/debug.h... (cached) no
> checking for util/msg18n.h... (cached) no
> checking for frame.h... (cached) no
> checking for sys/acl.h... (cached) no
> checking for sys/access.h... (cached) no
> checking for sys/sysctl.h... (cached) yes
> checking for sys/sysinfo.h... (cached) yes
> checking for wchar.h... (cached) yes
> checking for wctype.h... (cached) yes
> checking for pthread_np.h... no
> checking for strings.h... (cached) yes
> checking if strings.h can be included after
> string.h... yes
> checking whether gcc needs -traditional... (cached)
> no
> checking for an ANSI C-conforming const... (cached)
> yes
> checking for mode_t... (cached) yes
> checking for off_t... (cached) yes
> checking for pid_t... (cached) yes
> checking for size_t... (cached) yes
> checking for uid_t in sys/types.h... (cached) yes
> checking whether time.h and sys/time.h may both be
> included... (cached) yes
> checking for ino_t... (cached) yes
> checking for dev_t... (cached) yes
> checking for rlim_t... (cached) yes
> checking for stack_t... (cached) yes
> checking whether stack_t has an ss_base field... no
> checking --with-tlib argument... empty: automatic
> terminal library selection
> checking for tgetent in -lncurses... (cached) yes
> checking whether we talk terminfo... yes -- terminfo
> spoken here
> checking what tgetent() returns for an unknown
> terminal... zero
> checking whether termcap.h contains ospeed... yes
> checking whether termcap.h contains UP, BC and PC...
> yes
> checking whether tputs() uses outfuntype... no
> checking whether sys/select.h and sys/time.h may
> both be included... yes
> checking for /dev/ptc... no
> checking for SVR4 ptys... yes
> checking for ptyranges... pqrs / 0123456789abcdef
> checking default tty permissions/group... pty mode:
> 0620, group: 5
> checking return type of signal handlers... (cached)
> void
> checking for struct sigcontext... yes
> checking getcwd implementation... it is usable
> checking for bcmp... (cached) yes
> checking for fchdir... (cached) yes
> checking for fchown... (cached) yes
> checking for fseeko... (cached) yes
> checking for fsync... (cached) yes
> checking for ftello... (cached) yes
> checking for getcwd... (cached) yes
> checking for getpseudotty... (cached) no
> checking for getpwnam... (cached) yes
> checking for getpwuid... (cached) yes
> checking for getrlimit... (cached) yes
> checking for gettimeofday... (cached) yes
> checking for getwd... (cached) yes
> checking for lstat... (cached) yes
> checking for memcmp... (cached) yes
> checking for memset... (cached) yes
> checking for nanosleep... (cached) yes
> checking for opendir... (cached) yes
> checking for putenv... (cached) yes
> checking for qsort... (cached) yes
> checking for readlink... (cached) yes
> checking for select... (cached) yes
> checking for setenv... (cached) yes
> checking for setpgid... (cached) yes
> checking for setsid... (cached) yes
> checking for sigaltstack... (cached) yes
> checking for sigstack... (cached) yes
> checking for sigset... (cached) yes
> checking for sigsetjmp... (cached) no
> checking for sigaction... (cached) yes
> checking for sigvec... (cached) yes
> checking for strcasecmp... (cached) yes
> checking for strerror... (cached) yes
> checking for strftime... (cached) yes
> checking for stricmp... (cached) no
> checking for strncasecmp... (cached) yes
> checking for strnicmp... (cached) no
> checking for strpbrk... (cached) yes
> 
=== message truncated ===> #!/bin/bash
> # Irg Bulowski
> # letzte Änderung 15.III.2007
> export CONF_OPT_GUI='--enable-gnome-check'
> #export CONF_OPT_PERL='--enable-perlinterp'
> #export CONF_OPT_PYTHON='--enable-pythoninterp'
> #export CONF_OPT_TCL='--enable-tclinterp
> --with-tcl=tclsh8.4'
> #export CONF_OPT_RUBY='--enable-rubyinterp'
> #export CONF_OPT_MZSCHEME='--enable-mzschemeinterp'
> #export CONF_OPT_CSCOPE='--enable-cscope'
> export CONF_OPT_MULTIBYTE='--enable-multibyte'
> #export CONF_OPT_OUTPUT='--enable-fontset'
> export CONF_OPT_FEAT='--with-features=huge'
> export CONF_OPT_COMPBY='"--with-compiledby=Dada"'
> > " Konfigurationsdatei für vim
> " Irg Bulowski
> " 15.III.2007
> 
> colorscheme Dadafarben
> "setlocal spell spelllang=de
> set nocompatible                                                              
>                 "Kompatibilität zu vi
> 
> set term=xterm-16color
> syntax enable
> set hlsearch
> fixdel
> set backspace=indent,start                                                    
> "
> Rückwärtslöschtaste über xx (indent), Zeilenende
> (eol), xxx (start) zulassen.
> set history=50                " keep 50 lines of command line
> history
> set ruler                                                                     
>                         " ständige Anzeige der
> Zeigerposition
> set showcmd           " display incomplete commands
> set incsearch         " do incremental searching
> set autoindent                                                                
>                 "Einrücken der
> vorhergehenden Zeile erhalten
> set shiftwidth=3                                                              
>         "Einrücktiefe für
> das automatisches Einrücken
> set tabstop=3                                                                 
>         "Tabulatorweite
> set ghr=30
> set guifont=Bitstream\ Vera\ Sans\ Mono\ 9
> "Zeichensatz und -größe definieren
> set mousef                                                                    
>                         "Das Fenster unter dem
> Mauszeiger erhält den Fokus
> set nu                                                                        
>                         "Zeilennummernanzeige
> einschalten
> set nowrap                                                                    
>                 "Zeilenumbruch verhindern 
> set nojoinspaces                                                              
> "Beim Zusammenführen
> zweier Zeilen mit J wird, so die erste Zeile auf .,
> ?, oder! endet, nur ein Leerzeichen anstatt zweier
> eingefügt.
> " set tb=                                                                     
>                         "keine Werkzeugleisten
> " set textlength=                                                             
>                 "kein Zeilenumbruch an
> Wortenden
> set printoptions=number:y,portrait:n          
> "Zeilennummern mit ausgeben, Querformat
> 
> if exists("+clipboard")
>       set clipboard=
> endif
> if exists("+guioptions")
>       set go-=a go-=e go+=t
> endif
> "set guioptions-=a
> "set guioptions-=e
> "set guioptions+=t
> 
> filetype plugin indent on
> 
> map <F2> :w<cr>
> map <S-F2> :qa!<cr>
> map <F3> :register<cr>
> map <F4> :setlocal spell spelllang=de<cr>
> map <S-F4> :setlocal nospell<cr>
> map <S-E> ge
> map <S-y> y$
> imap <S-A-2> „
> imap <S-A-2><S-A-2> “
> " Anführungszeichen definieren - funktioniert nicht
> mit "r"
> imap <A-"> „
> imap <A-"><A-"> “
> "" Make shift-insert work like in Xterm
> "map <S-Insert> <MiddleMouse>
> "map! <S-Insert> <MiddleMouse>
> 
> noremap , ;
> noremap ; ,
> noremap z+ z<CR>
> noremap <S-h> <S-j>
> noremap <S-k> <S-h>
> noremap <S-j> <S-l>
> 


.
.
.
.
.
.
.
............................................


                
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

Reply via email to