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...
Ionutz Borcoman
borco@...
Mar 1, 2004 8:16 am
48063
Sorry, I've forgot to attach the file. Here it is. TIA, Ionutz ... VIM with Romanian-IME ]1234567890+'[!"#¤%&/()=?* qwertzuiopãîâQWERTZUIOPÃÎÂ ...
Ionutz Borcoman
borco@...
Mar 1, 2004 8:17 am
48064
... 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 ...
ITG Mailing List Subs...
itgmls@...
Mar 1, 2004 9:09 am
48065
... [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...
A. S. Budden
vim.mail@...
Mar 1, 2004 9:24 am
48066
... 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...
Antoine J. Mechelynck
antoine.mechelynck@...
Mar 1, 2004 10:02 am
48067
... 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...
Ionutz Borcoman
borco@...
Mar 1, 2004 10:27 am
48068
... Setting the termencoding to iso-8859-2 solved the problem. Ionutz...
Ionutz Borcoman
borco@...
Mar 1, 2004 10:39 am
48069
... 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...
Bram Moolenaar
Bram@...
Mar 1, 2004 10:48 am
48070
... 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. ...
Yakov Lerner
yakov.lerner@...
Mar 1, 2004 10:56 am
48071
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 --...
Yakov Lerner
yakov.lerner@...
Mar 1, 2004 10:59 am
48072
... The "right way" is what works for you. See ":help 'iminsert'" about switching between East-Asian IM, keymap, and neither. HTH, Tony....
Antoine J. Mechelynck
antoine.mechelynck@...
Mar 1, 2004 11:04 am
48073
... ^ Correction. There shall be no question mark here. Some bothched cut-and-paste. Yakov...
Yakov Lerner
yakov.lerner@...
Mar 1, 2004 11:27 am
48079
... I guess you need ... HTH, Michael...
Michael Naumann
michael@...
Mar 1, 2004 2:12 pm
48081
... 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...
gumnos (Tim Chase)
gumnos@...
Mar 1, 2004 2:31 pm
48084
... 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...
Charles E. Campbell, ...
drchip@...
Mar 1, 2004 2:55 pm
48087
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 ...
Aldrich, Timothy
timothy.aldrich@...
Mar 1, 2004 5:44 pm
48088
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...
Culley Harrelson
culley@...
Mar 1, 2004 6:05 pm
48089
... exe "norm! r\<cr>" If you just want a new line (not wanting to break a line): put ='' Regards, Chip Campbell...
Charles E. Campbell, ...
drchip@...
Mar 1, 2004 6:23 pm
48090
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...
Ken Roser
kroser@...
Mar 2, 2004 6:04 am
48095
... Hash: SHA1 ... for ... words ... For ... in particular ... Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org...
Ilya Sher
iso8601@...
Mar 2, 2004 6:20 am
48099
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...
darren
mortald@...
Mar 2, 2004 9:45 am
48100
... 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:...
Ilya Sher
iso8601@...
Mar 2, 2004 10:06 am
48101
... Most likely you've searched for 1. Now it gets highlighted. Try :nohls Andrei...
Andrei A. Voropaev
avorop@...
Mar 2, 2004 10:09 am
48102
Please have a look at the attached file....
dany.stamant@...
Mar 2, 2004 10:27 am
48103
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...
Sascha Andres
sa@...
Mar 2, 2004 10:29 am
48105
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...
William.Fulton@...
Mar 2, 2004 11:18 am
48106
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...
Alejandro Lopez-Valen...
dradul@...
Mar 2, 2004 11:55 am
48107
... 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...