gvim與xcin的搭配...

歡迎提問 debian desktop 相關問題,何謂 desktop ? 舉凡您日常生活會用到的部份,如上網 ( www 、 bbs ..) 、程式設計、繪圖...等等。 通常以 X Window 環境底下問題為主。

gvim與xcin的搭配...

文章阿信 » 週一 9月 01, 2003 12:35 am

請教各位,小弟是unstable的gvim,能正常使用xcin輸入,但有怪異的現象,比如我只要按下'i'準備作輸入時,xcin的輸入視窗就會出現。

這樣我就很難進行英文或符號的輸入,有無辦法能透過我手動ctrl+space切換,而非讓他"自動"切換呢...謝謝。
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:gvim與xcin的搭配...

文章kanru » 週一 9月 01, 2003 10:53 am

阿信大大請參考
viewtopic.php?t=1698

不過我的unstable現在都不能用gvim了呢 :-?
怎摸開都只有console下的vim
頭像
kanru
榮譽學長
榮譽學長
 
文章: 578
註冊時間: 週六 7月 12, 2003 12:09 pm

re:gvim與xcin的搭配...

文章阿信 » 週一 9月 01, 2003 11:07 am

:finger1: ...感謝kanru兄

解決了...thx... :-D

都忘記收尋文章了... :ooops:
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:gvim與xcin的搭配...

文章209088970 » 週一 9月 01, 2003 4:27 pm

kanru 寫:阿信大大請參考
viewtopic.php?t=1698

不過我的unstable現在都不能用gvim了呢 :-?
怎摸開都只有console下的vim

不管我打gvim或是vim -g 都只有出現在console下的vim

我試過從www.vim.org下載回來的tar.gz,就可以正常使用gvim
.
圖檔
圖檔
頭像
209088970
活潑的高中生
活潑的高中生
 
文章: 352
註冊時間: 週日 5月 11, 2003 9:04 am

re:gvim與xcin的搭配...

文章louie » 週一 9月 01, 2003 4:58 pm

louie@xxx~$ gvim
E25: GUI cannot be used: Not enabled at compile time

Debian 的 vim 只有文字介面的說
要 gui 的可能要裝 vim-gtk
louie
快樂的大學生
快樂的大學生
 
文章: 593
註冊時間: 週一 9月 09, 2002 7:58 pm

re:gvim與xcin的搭配...

文章209088970 » 週一 9月 01, 2003 6:03 pm

小弟先前已裝了vim-gtk,但沒有作用
.
圖檔
圖檔
頭像
209088970
活潑的高中生
活潑的高中生
 
文章: 352
註冊時間: 週日 5月 11, 2003 9:04 am

re:gvim與xcin的搭配...

文章阿信 » 週一 9月 01, 2003 9:11 pm

看來滿多人都有這樣的問題...但我一直沒遇到...

各位可以post執行gvim的錯誤訊息嗎?

記得以前huki兄有跟小弟討論過,但不知道他的解法如何?
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:gvim與xcin的搭配...

文章209088970 » 週一 9月 01, 2003 9:56 pm

unstable
gvim以及vim -g
都是沒有任何錯誤訊息的狀態下進入文字模式的vim

但是下載www.vim.org的tar.gz則正常出現圖形模式的vim
.
圖檔
圖檔
頭像
209088970
活潑的高中生
活潑的高中生
 
文章: 352
註冊時間: 週日 5月 11, 2003 9:04 am

re:gvim與xcin的搭配...

文章阿信 » 週一 9月 01, 2003 10:40 pm

post一下~/.vimrc and /etc/vim/gvimrc吧
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:gvim與xcin的搭配...

文章209088970 » 週一 9月 01, 2003 11:00 pm

並無~/.vimrc


/etc/vim/gvimrc
代碼: 選擇全部
" Configuration file for gvim
" Written for Debian GNU/Linux by W.Akkerman <wakkerma@debian.org>

" Make external commands work through a pipe instead of a pseudo-tty
"set noguipty
" Switch syntax highlighting on, when the terminal has colors

" Make shift-insert work like in Xterm
map <S-Insert> <MiddleMouse>
map! <S-Insert> <MiddleMouse>

" Also switch on highlighting the last used search pattern.
if has("syntax") && (&t_Co > 2 || has("gui_running"))
  syntax on
  set hlsearch
endif

" You can also specify a different font:
" set guifont=-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1
.
圖檔
圖檔
頭像
209088970
活潑的高中生
活潑的高中生
 
文章: 352
註冊時間: 週日 5月 11, 2003 9:04 am

re:gvim與xcin的搭配...

文章阿信 » 週一 9月 01, 2003 11:02 pm

那有修改過/etc/vim/vimrc嗎?

能否也post一下讓我檢查,謝謝... :-)
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:gvim與xcin的搭配...

文章209088970 » 週一 9月 01, 2003 11:18 pm

沒有修改過/etc/vim/vimrc
代碼: 選擇全部
" Configuration file for vim

" Prevent modelines in files from being evaluated (avoids a potential
" security problem wherein a malicious user could write a hazardous
" modeline into a file) (override default value of 5)
set modelines=0

" Normally we use vim-extensions. If you want true vi-compatibility
" remove change the following statements
set nocompatible        " Use Vim defaults instead of 100% vi compatibility
set backspace=indent,eol,start  " more powerful backspacing

" Now we set some defaults for the editor
set autoindent          " always set autoindenting on
set textwidth=0         " Don't wrap words by default
set nobackup            " Don't keep a backup file
set viminfo='20,\"50    " read/write a .viminfo file, don't store more than
                        " 50 lines of registers
set history=50          " keep 50 lines of command line history
set ruler               " show the cursor position all the time

" Suffixes that get lower priority when doing tab completion for filenames.
" These are files we are not likely to want to edit or read.
set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc

" We know xterm-debian is a color terminal
if &term =~ "xterm-debian" || &term =~ "xterm-xfree86"
  set t_Co=16
  set t_Sf=^[[3%dm
  set t_Sb=^[[4%dm
endif

" Make p in Visual mode replace the selected text with the "" register.
vnoremap p <Esc>:let current_reg = @"<CR>gvdi<C-R>=current_reg<CR><Esc>

" Vim5 and later versions support syntax highlighting. Uncommenting the next
" line enables syntax highlighting by default.
" syntax on

if has("autocmd")
 " Enabled file type detection
 " Use the default filetype settings. If you also want to load indent files
 " to automatically do language-dependent indenting add 'indent' as well.
 filetype plugin on

endif " has ("autocmd")

" Some Debian-specific things
augroup filetype
  au BufRead reportbug.*                set ft=mail
  au BufRead reportbug-*                set ft=mail
augroup END
" Set paper size from /etc/papersize if available (Debian-specific)
if filereadable('/etc/papersize')
  let s:papersize = matchstr(system('/bin/cat /etc/papersize'), '\p*')
  if strlen(s:papersize)
    let &printoptions = "paper:" . s:papersize
  endif
  unlet! s:papersize
endif

" The following are commented out as they cause vim to behave a lot
" different from regular vi. They are highly recommended though.
"set showcmd            " Show (partial) command in status line.
"set showmatch          " Show matching brackets.
"set ignorecase         " Do case insensitive matching
"set incsearch          " Incremental search
"set autowrite          " Automatically save before commands like :next and :make
.
圖檔
圖檔
頭像
209088970
活潑的高中生
活潑的高中生
 
文章: 352
註冊時間: 週日 5月 11, 2003 9:04 am

re:gvim與xcin的搭配...

文章huki » 週二 9月 02, 2003 12:15 am

你可能碰到和我一樣的問題
看看這http://moto.debian.org.tw/viewtopic.php?t=755&postdays=0&postorder=asc&start=30
希望能幫你的忙
當時我也問了不少次說 :ooops:
Linux給我的感覺就是自由自在,沒有壓力
希望大家都能參與linux
變成linux世界的一份子
HuKi
頭像
huki
快樂的大學生
快樂的大學生
 
文章: 783
註冊時間: 週四 11月 28, 2002 7:27 am
來自: 家:中壢/公:桃園

re:gvim與xcin的搭配...

文章kanru » 週二 9月 02, 2003 11:00 am

:finger1: 終於成功了
感謝大家的幫忙.......
這樣我又可以愉快的使用gvim了 :-D
頭像
kanru
榮譽學長
榮譽學長
 
文章: 578
註冊時間: 週六 7月 12, 2003 12:09 pm


回到 debian desktop

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客

cron