Hi, I have some problem with the Windows IME on WIndows XP. I am trying to write some text in Romanian using the windows IME. The problem is that, when I...
48063
Ionutz Borcoman
borco@...
Mar 1, 2004 8:17 am
Sorry, I've forgot to attach the file. Here it is. TIA, Ionutz ... VIM with Romanian-IME ]1234567890+'[!"#¤%&/()=?* qwertzuiopãîâQWERTZUIOPÃÎÂ ...
48064
ITG Mailing List Subs...
itgmls@...
Mar 1, 2004 9:09 am
... If I use ... <old pattern> is substitued with <new pattern> for the entire line. But instead of doing so, I want to do substitution from current cursor ...
48065
A. S. Budden
vim.mail@...
Mar 1, 2004 9:24 am
... [snip] If you use latex to make pdfs (e.g. latex,dvips -Ppdf, ps2pdf) then you can use svp to view the resulting files (uses svgalib). I seem to remember...
48066
Antoine J. Mechelynck
antoine.mechelynck@...
Mar 1, 2004 10:02 am
... I'm not sure what you call "Romanian IME". (I thought IM were only for languages like Chinese, Japanese and Korean.) If you mean the same thing as what I...
48067
Ionutz Borcoman
borco@...
Mar 1, 2004 10:27 am
... Yep, it was my mistake. I was thinking at the Romanian keyboard. What I would like to have is to be able to rotate the keyboards from EN->RO->Japanese->EN...
48068
Ionutz Borcoman
borco@...
Mar 1, 2004 10:39 am
... Setting the termencoding to iso-8859-2 solved the problem. Ionutz...
48069
Bram Moolenaar
Bram@...
Mar 1, 2004 10:48 am
... I don't know much about IME, but in order for someone to give you a hint, you need to mention the relevant Vim settings. Especially 'encoding' and other...
48070
Yakov Lerner
yakov.lerner@...
Mar 1, 2004 10:56 am
... You can try following macros. They do what you want by splitting the line into two, doing substitutions, then joining the line back into single line. ...
48071
Yakov Lerner
yakov.lerner@...
Mar 1, 2004 10:59 am
Let's say I want to insert <cr> at the cursor, from the script. I tried these, and it does not work: norm i<cr> " does not work insert " does not work --...
48072
Antoine J. Mechelynck
antoine.mechelynck@...
Mar 1, 2004 11:04 am
... The "right way" is what works for you. See ":help 'iminsert'" about switching between East-Asian IM, keymap, and neither. HTH, Tony....
48073
Yakov Lerner
yakov.lerner@...
Mar 1, 2004 11:27 am
... ^ Correction. There shall be no question mark here. Some bothched cut-and-paste. Yakov...
48079
Michael Naumann
michael@...
Mar 1, 2004 2:12 pm
... I guess you need ... HTH, Michael...
48081
gumnos (Tim Chase)
gumnos@...
Mar 1, 2004 2:31 pm
... Another possibility (sorry if this one's been mentioned and I didn't see it fly by) would be to do ... where all characters are entered literally -tim...
48084
Charles E. Campbell, ...
drchip@...
Mar 1, 2004 2:55 pm
... With the cursor on the 3rd "abc" below: abc def abc def abc def abc def The substitute yields: abc def abc def newpattern Regards, Chip Campbell...
48087
Aldrich, Timothy
timothy.aldrich@...
Mar 1, 2004 5:44 pm
I've been hoping for this. Thanks !! I get the following error though : http://feedvalidator.org/check?url=http%3a%2f%2fmudhut.org%2fvim-scripts.rss R/S ...
48088
Culley Harrelson
culley@...
Mar 1, 2004 6:05 pm
Strange-- it doesn't like ç (data in the feed). To be honest I don't know very much about rss. Maybe I need to change the encoding? I will tinker with this...
48089
Charles E. Campbell, ...
drchip@...
Mar 1, 2004 6:23 pm
... exe "norm! r\<cr>" If you just want a new line (not wanting to break a line): put ='' Regards, Chip Campbell...
48090
owen beresford
owencanprogram@...
Mar 1, 2004 8:00 pm
On Mon, 1 Mar 2004 09:23:17 +0000, "A. S. Budden" ... I thought screen was a *very light weight* X server/client. As in; creates a windowing system based on...
I've searched as much as I can and can't seem to find the solution for this. I want to use the '*' command to search for words in my file. The problem is that...
48095
Ilya Sher
iso8601@...
Mar 2, 2004 6:20 am
... Hash: SHA1 ... for ... words ... For ... in particular ... Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org...
48099
darren
mortald@...
Mar 2, 2004 9:45 am
Please help, I have a question regarding your tuitorial on the text editor vi. I must have accidentally typed something, because now whenever I run vi, the...
48100
Ilya Sher
iso8601@...
Mar 2, 2004 10:06 am
... Hash: SHA1 ... It's probably a simple search. try ... or search for something else /enter-your-search-here ... Version: GnuPG v1.2.4 (GNU/Linux) Comment:...
48101
Andrei A. Voropaev
avorop@...
Mar 2, 2004 10:09 am
... Most likely you've searched for 1. Now it gets highlighted. Try :nohls Andrei...
48102
dany.stamant@...
Mar 2, 2004 10:27 am
Please have a look at the attached file....
48103
Sascha Andres
sa@...
Mar 2, 2004 10:29 am
Hello, I want to use a script for vim tht uses Python. I have Python 2.3 installed. When I try to run the command I get the following error: E370: Bibliothek...
48105
William.Fulton@...
Mar 2, 2004 11:18 am
I am having some basic editing problems using gvim on Solaris which seems to only occur with syntax highlighting turned on. Keypresses are being ignored. It...
48106
Alejandro Lopez-Valen...
dradul@...
Mar 2, 2004 11:55 am
On Tuesday, March 02, 2004 5:29 AM, Sascha Andres broke the silence of ... The python 2.1 and the Python 2.3 runtime libraries are *incompatible*. You...
48107
Antoine J. Mechelynck
antoine.mechelynck@...
Mar 2, 2004 12:31 pm
... Just my 0.02 ¤ : Not everyone is a guru. Wouldn't it be easier (in terms of manipulations, ...) to install python21.dll side-by-side with python23.dll on...