Re: ex editor

2007-06-05 Thread fREW
t it. -tim Is :help undo where we can get information on Vim7's undo? I remember reading about how it was all awesome and stuff, but I haven't gotten a chance to actually try to use it yet. -- -fREW

Re: VimWiki - released finally

2007-06-05 Thread fREW
have a lot of good content now, but to make it excellent we need You! If you ever posted a tip or a comment to the old tips database, please have a look at it on the wiki, and review the page. Every little bit helps! See you on the wiki, Sebastian. I am EXCITED! -- -fREW

Re: Multiple search highlights?

2007-06-04 Thread fREW
need, eventually, is an angry fruit salad of colors for all the search items I've entered. Is this currently doable, and if not, do you think it's possible to accomplish using a plugin? Thanks, Who doesn't want an angry fruit salad of colors? -- -fREW

Re: vimlatex and mks

2007-06-04 Thread fREW
ht über die letzte Datei hinausgehen --- Hope there is someone around using vimlatex ... TIA, Sebastian. I can reproduce it, but it disappears before I can copy paste it. -- -fREW

Re: collapsing single lines of html tag attributes via plugin??

2007-06-01 Thread fREW
very much, which is why I presume its not in vim 7.x. Vince's patch also supports "ownsyntax". Read about it at his website. Regards, Chip Campbell I would use conceal if it were in standard vim. Definitely. -- -fREW

Re: OT: Vi in a browser...

2007-06-01 Thread fREW
"anking counterparts, ":%y") so regularly that they're ingrained muscle-memory. Because the y/d Ex command takes any range, I also regularly use :.,$d to do just from my current line to the EOF, or :1,.d to pull from the first line through the current line. -tim Awesome. Tim is our ex friend. Or something? -- -fREW

Re: gvim 7 highlight search string

2007-06-01 Thread fREW
ing changes default (to Ubuntu) behavior this was another symptom (I think.) -- -fREW

Re: No Previous Regular expression

2007-05-31 Thread fREW
On 5/31/07, Tim Johnson <[EMAIL PROTECTED]> wrote: On Thursday 31 May 2007, fREW wrote: <...> > If this list had a FAQ, it would probably contain this issue and the > large file issue (and maybe something about bottom posting :-P ) So > you are certainly not alone. 1)W

Re: No Previous Regular expression

2007-05-31 Thread fREW
used to this 'sudo' thing - viminfo *was* owned by root, so all is good now. Thanks folks, I appreciate it. tim If this list had a FAQ, it would probably contain this issue and the large file issue (and maybe something about bottom posting :-P ) So you are certainly not alone. -- -fREW

Re: JSVI: Vi implemented in Javascript

2007-05-30 Thread fREW
inda wish I were stuck with it, just because it's so ridiculous. -- -fREW

Re: Is there a "xml formatter"?

2007-05-30 Thread fREW
On 5/30/07, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: fREW wrote: >> Or just try gg=G after you had opened your xml file. > >> 4) to reformat an existing file: >> >> gggqG > > What is the actual difference of these two commands? I usually use = &g

Re: Is there a "xml formatter"?

2007-05-30 Thread fREW
Or just try gg=G after you had opened your xml file. 4) to reformat an existing file: gggqG What is the actual difference of these two commands? I usually use = for code and gq for text, so I presumed that one was for formatting and one was for 'linewidth'ing. -- -fREW

Re: Why bottom-posting is prefered on Vim Mainling List?

2007-05-29 Thread fREW
"draft" before sending. Crude, but more or less effective. It may be a little bit on the expensive side, but it might be worth your while if you use Outlook at work to check out ViEmu [1]. The guy has it for Outlook, Word, Visual Studio (all flavors as far as I know), and some more. The Word and Outlook on come together, so it's really not that bad of a deal if you use both. [1]: http://www.viemu.com/ -- -fREW

Re: mbox format archive?

2007-05-29 Thread fREW
ssue to the listmanager, looks like I can whip out something that will make me an archive so all good. thanks for your offer though AJ. A. I don't think you are a spammer/bot! :-) -- -fREW

Re: Re[2]: mbox format archive?

2007-05-29 Thread fREW
o, see if he has ever posted to the list... - sed "s/@[A-Za-z]\+/@xxx/g" archivefile > archivefile2send Cheers, Alan Isaac The interesting thing is that the guy who is in question of being a spammer is the same guy who asked for safeguards against that type of thing... -- -fREW

Re: VimWiki - Page Titles

2007-05-27 Thread fREW
On 5/27/07, fREW <[EMAIL PROTECTED]> wrote: On 5/27/07, Sebastian Menge <[EMAIL PROTECTED]> wrote: > Hi > > I have prepared a list with problematic page titles. Especially titles > with chars like [/#{}[]*] and the like are problematic since mediawiki > doesnt allow t

Re: VimWiki - Page Titles

2007-05-27 Thread fREW
eat little filesystem that lets you treat mediawiki articles like real files. Simply edit with vim, :wq, done. Or for the bulkimport: copy/write prepared files to the fs. Sebastian. That WikipediaFS is pretty gnarly. Thanks for the tip ;-) -- -fREW

Re: A performance question

2007-05-25 Thread fREW
On 5/25/07, Yakov Lerner <[EMAIL PROTECTED]> wrote: On 5/25/07, Yongwei Wu <[EMAIL PROTECTED]> wrote: > On 24/05/07, Robert M Robinson <[EMAIL PROTECTED]> wrote: > > > > On Wed, 23 May 2007, fREW wrote: > > |Someone recently was emailing the list about look

Re: A performance question

2007-05-23 Thread fREW
d it was a number of gigs. I think he ended up using other unix tools (sed and grep I think), but nontheless, text files can be big too ;-) -fREW

Re: VimWiki - referring to vimdoc

2007-05-23 Thread fREW
For the help links could you just have :help tag be a link to where ever? It would then look right on paper, but you could still click it. -fREW

Re: A performance question

2007-05-22 Thread fREW
on | Spokane, Washington, USA Another thing that might help with speed that was mentioned a month or so ago is the following script specifically aimed at increasing speed for large files: http://www.vim.org/scripts/script.php?script_id=1506. -fREW

Re: Vim to Vi (Was: weird defaults in Feisty)

2007-05-22 Thread fREW
d and he was just like, "vi got totally weird and now I use nano!" But after having explained to him a couple things that might help him out (r for replacing single characters and whatnot) I think he might start the path to enlightenment ;-) -fREW

Re: weird defaults in Feisty

2007-05-22 Thread fREW
On 5/22/07, David Nečas (Yeti) <[EMAIL PROTECTED]> wrote: On Tue, May 22, 2007 at 09:39:29AM -0600, fREW wrote: > I just updated to feisty on a samba server machine and a lot of the > vim defaults went crazy. For example: Pressing the Up or Down keys > in insert mode add new li

Re: weird defaults in Feisty

2007-05-22 Thread fREW
On 5/22/07, Peter Palm <[EMAIL PROTECTED]> wrote: Op dinsdag 22 mei 2007, schreef fREW: > I figured it out and if anyone else has this problem I am sending out > the solution. Basically when I run vi it is running vim.tiny. > vim.tiny sources /etc/vim/vimrc.tiny, not /etc/

Re: weird defaults in Feisty

2007-05-22 Thread fREW
On 5/22/07, fREW <[EMAIL PROTECTED]> wrote: On 5/22/07, Gene Kwiecinski <[EMAIL PROTECTED]> wrote: > >I just updated to feisty on a samba server machine and a lot of the > >vim defaults went crazy. For example: Pressing the Up or Down keys > >in insert mode add

Re: weird defaults in Feisty

2007-05-22 Thread fREW
like it stopped recognising arrow keys' ANSI sequences ("[A" and "[B"). Wouldda thought the would break out of insert mode, but... >That I can live with, but check this out, if I have the following >sentence: >fREW is a silly guy >and my cursor is on the s, and I

Re: weird defaults in Feisty

2007-05-22 Thread fREW
On 5/22/07, Michael Hernandez <[EMAIL PROTECTED]> wrote: On May 22, 2007, at 11:39 AM, fREW wrote: > Hey all, > I just updated to feisty on a samba server machine and a lot of the > vim defaults went crazy. For example: Pressing the Up or Down keys > in insert mode add new

weird defaults in Feisty

2007-05-22 Thread fREW
Hey all, I just updated to feisty on a samba server machine and a lot of the vim defaults went crazy. For example: Pressing the Up or Down keys in insert mode add new lines with just A or B on them, respectively. That I can live with, but check this out, if I have the following sentence: fREW

Re: remote editing and spell list sync

2007-05-20 Thread fREW
ot; but also don't NEED internet access to commit. -fREW

Re: launching vim from eclipse

2007-05-20 Thread fREW
e that. I don't know off hand though. -fREW

Re: Vim Wiki - Tip id and URL

2007-05-18 Thread fREW
RLs) misguided? John %20's won't show up in a wiki. If you make super_star the id, then "super star" will also get to the same place. That's what makes a good wiki so nice. Redirects do seem to be easy to do. If we have a page and move it to somewhere else, the old URL automatically redirects to the new one. If I understand what Tony is saying, it would be pretty easy. -fREW

Re: launching vim from eclipse

2007-05-17 Thread fREW
e menu. -fREW

Re: embedable vim?

2007-05-17 Thread fREW
27;t be that hard to tell AutoHotkey to copy paste the text to vim and back .. (windows only) Marc That's actually one of the vim tips out there. Search for windows and it's one of the top 10 I think. -fREW

Re: Vim Wiki - Wiki Template Proposal

2007-05-17 Thread fREW
the comments for spelling and accuracy, and should delete unhelpful comments. John That sounds reasonable to me. -fREW

Re: embedable vim?

2007-05-16 Thread fREW
gmail pop3 with mutt. I think that you can embed vim with konqueror or something like that, but for the most part you should vote for that as a feature in vim. Currently it is #4. Hope that helps. [1] http://www.vim.org/sponsor/vote_results.php -fREW

Re: Vim Wiki - Tip Page Formatting Deadline

2007-05-16 Thread fREW
against something occurring, chances are 50-50 it will. I still think we could automate it with a cron job. It doesn't have to be run on wikia. I don't think it would be that hard to scrape and moving a tip is even simpler. So you just move all the tips created since the last run of the cron job and move them to "$id - $title" -fREW

Re: calling normal commands from ex/a function

2007-05-16 Thread fREW
On 5/16/07, Charles E Campbell Jr <[EMAIL PROTECTED]> wrote: fREW wrote: > Hey everyone, > > How do I have a function call Normal commands? Example: I'd like to > make a function that will open a certain file, and then set the > foldlevel to 1, and then go to th

Re: Vim Wiki - Wiki Template Proposal

2007-05-16 Thread fREW
e page. It's pretty nice once you get used to it, so I'd say leave the discussion for meta-thought and not actual thoughts about content. -fREW

Re: Tip #80: Restore cursor to file position in previous editing session does not work on Ubuntu

2007-05-16 Thread fREW
exe "normal zv" | \ if(b:doopenfold > 1) | \ exe "+".1 | \ endif | \ unlet b:doopenfold | \ endif augroup END I had the same issue from Ubuntu upgrades and that fixed it. Hope that helps! -fREW

calling normal commands from ex/a function

2007-05-16 Thread fREW
ar" endfunction and then after the second command I want to do: wl zM zr Thanks! -fREW

Re: Vim Wiki - Wiki Template Proposal

2007-05-16 Thread fREW
On 5/15/07, fREW <[EMAIL PROTECTED]> wrote: On 5/15/07, Sebastian Menge <[EMAIL PROTECTED]> wrote: > Am Dienstag, den 15.05.2007, 10:03 +0200 schrieb Sebastian Menge: > > There is an extension called "InbutBox" but I have not > > understood yet howto use it.

Re: Vim Wiki - Wiki Template Proposal

2007-05-16 Thread fREW
go. Thanks, Tom Purl I dig the page! That logo is great :-) I think you dropped off an a when you sent out the link though. http://vim.wikia.com/wiki/Main_Page -fREW

Re: Vim Wiki - Tip Page Formatting Deadline

2007-05-16 Thread fREW
On 5/15/07, Gary Johnson <[EMAIL PROTECTED]> wrote: On 2007-05-15, Tom Purl <[EMAIL PROTECTED]> wrote: > Task: Wiki Format Sign-Off > Deadline: Monday, May 21st (arbitrary, I know) > > Overview > > > We've had some great, constructive discussions lately regarding how we > will be creat

Re: Vim Wiki - Wiki Template Proposal

2007-05-16 Thread fREW
hink doing that would be a problem, I just think it might be surprising when you make a tip, and it's gone the next day. But a redirect like wikipedia has might make that more reasonable. Sound good? -fREW

Re: Vim Wiki - Tip Page Formatting Deadline

2007-05-16 Thread fREW
ut that there after comments, but I don't think we could easily require it. Also, it should be obvious that I prefer the Tip2 template ;-) -fREW

Re: book

2007-05-14 Thread fREW
d of with visual mode, but it's still a good start. But I think you would probably be fine with the tutorial as well. -fREW

Re: Vim Wiki - Wiki Template Proposal

2007-05-14 Thread fREW
ntended in the original anyway. What do you guys think? The other idea that I had was to completely remove the first header (==Tip: #{{{id}}} - {{{title}}}==) and have the tips actually indexed something like that, so you would have that header by default, and then a comments thing at the bottom. -fREW

Re: Vim and email quoting

2007-05-14 Thread fREW
t thing for writing email > since mailx . What tips/scripts are you using and what are your favourites? Yeah, I am interested as well. What do you use to do all of this? -fREW

Re: How to make a replacer function

2007-05-14 Thread fREW
On 5/14/07, Ian Tegebo <[EMAIL PROTECTED]> wrote: On 5/14/07, fREW <[EMAIL PROTECTED]> wrote: > How does one make a function that will surround a visual selection? > > Example: > > Hello, my name is fREW. > > Select my name and say, :Bang() > > and the t

Re: what "feature" is required to return to last editing position?

2007-05-14 Thread fREW
27;t care overly much whether vim complains about existing ownership problems overly much. Perhaps an option could be added to control this (in case a user should /want/ a root .viminfo in a regular user home dir, for some reason), with the default set for non-creation. As an alternative, what about vim nusing a uid-based name for .viminfo, when it detects the ownership mismatch? Say, .viminfo-u%d, where %d is vim's euid? Couldn't we set up that latter part manually somehow with scripts? Like, if I am root, viminfo is .viminfo-ux and otherwise, viminfo is .viminfo-uy? -fREW

How to make a replacer function

2007-05-14 Thread fREW
How does one make a function that will surround a visual selection? Example: Hello, my name is fREW. Select my name and say, :Bang() and the text should now be Hello, my name is fREW. I presume it will have something to do with using '< and '>, but beyond that I am not real

Re: $HOME inconsistent in Windows?

2007-05-14 Thread fREW
If you haven't already gotten an answer you may want to try logging out and back in. I recall having some issues with the Environment variables in windows. On 5/9/07, Chris Sutcliffe <[EMAIL PROTECTED]> wrote: Hey All, I've defined a HOME environment variable as %HOMEDRIVE%%HOMEPATH%. In a co

Re: button "t" useless?

2007-04-26 Thread fREW
hing that happens to me a lot that proves the usefulness of t is this: Say you have the following line of text: Computer.open_close(cdrom) if your cursor is on the o and you want to delete till the (, dt( will do the trick, whereas dfe will not unless you do it twice. Honestly, I use t more because it fits my mental model better, like tim was talking about. -fREW

Re: Mapping to and doesn't work

2007-04-25 Thread fREW
, but in the past I have found that it is too much work to be worth the effort. I would suggest trying different keystrokes that don't already have meaning. -fREW

Re: RAM issues

2007-04-18 Thread fREW
On 4/18/07, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: fREW wrote: > On 4/18/07, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: >> fREW wrote: >> > Does anyone know if vim uses less ram with nextaw, motif, or gtk, >> > assume that none of the libraries are alrea

Re: RAM issues

2007-04-18 Thread fREW
On 4/18/07, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: fREW wrote: > Does anyone know if vim uses less ram with nextaw, motif, or gtk, > assume that none of the libraries are already loaded? > > -fREW > I suppose the only way to know is to compile gvim with each of th

RAM issues

2007-04-18 Thread fREW
Does anyone know if vim uses less ram with nextaw, motif, or gtk, assume that none of the libraries are already loaded? -fREW

Re: Annoying insertion.

2007-04-17 Thread fREW
Tutorial (http://vim-latex.sourceforge.net/index.php?subject=manual&title=Tutorial#tutorial) explains how to use it. I started using it for some Calculus stuff I have to write and it really saves me keystrokes and whatnot. It has conveniences for viewing and compiling as well. I highly recommend it. -fREW

Re: how to avoid deleting the auto-indent in a new empty line when i press

2007-04-16 Thread fREW
On 4/16/07, Tom Whittock <[EMAIL PROTECTED]> wrote: > > What I need is to always keep the auto-indented spaces. So next time > > I can start to insert from the spaced cursor. Alternatively use cc to edit the ostensibly blank line. This will open the line using the correct auto indent. Get into

Re: let loaded_matchparen = 1

2007-04-15 Thread fREW
et which one is my cursor. Is there any way that I can say, make the cursor have a red background and make the matched paren (or whatever) have a blue background? And is there a way to do this that won't break if the background is already red/blue? -fREW

Re: copy pasting HTML code into vim

2007-04-10 Thread fREW
done with a vim plugin that used a small external tool to get the html data copied. I assume external because I don't know how you could use vim to get at that information, but with C/C++ or even some scripting language it could probably be done. -fREW

Re: Silly Question

2007-04-08 Thread fREW
someone named Veerle and her name is actually quite destructive, overwriting an entire line with "l". What's the most interesting name anyone can find, and also the most damaging? -- Matthew Winn My realnames all do something boring: Arthur (Append rthur) Axel (Append xel) Schm

Re: Question about paragraphs: make lines containing only whitespace characters a paragraph separator

2007-04-04 Thread fREW
d,BufWrite * if ! &bin | silent! %s/\s\+$//ge | endif That will erase any trailing whitespace whenever you save the file. --fREW

Re: completion menu colors

2007-04-02 Thread fREW
On 4/2/07, Peter Hodge <[EMAIL PROTECTED]> wrote: --- fREW <[EMAIL PROTECTED]> wrote: > Hi all, > Is there a way to change the completion menu colors? Change the highlighting options for the Pmenu* highlight groups: :hi Pmenu ctermfg=Cyanctermbg=Blue cterm=Non

completion menu colors

2007-04-02 Thread fREW
Hi all, Is there a way to change the completion menu colors? -fREW

Re: two questions , map and scroll

2007-03-27 Thread fREW
%= %>^]hhi That way when you type RLS(space) it will put you inside the brackets automatically. Note: the ^] is a literal, so to type it you need to do . -- -fREW

Re: Keep cursor fixed when scrolling with mouse

2007-03-26 Thread fREW
u marked. Hope that helps! -- -fREW

Re: Customizing vim: How to change the char before commands

2007-03-25 Thread fREW
So is there a way we could swap the ; and : keys? I hardly ever use ";" but it would be nice to still have it available as : -- -fREW

Re: Project script

2007-03-23 Thread fREW
ask him about it. Maybe he'll implement it... Regards, Mika He certainly responds to emails about bugfixes and did so for me just a few months ago, so it's worth a shot to email him. -- -fREW

Re: Plug-ins for C++ Development

2007-03-22 Thread fREW
Hope that helps! -- -fREW

Re: Consistently exit "message display" with 'q'?

2007-03-20 Thread fREW
ad!" Megaton Man:"It is a MANDATE, and I am DUTY BOUND to OBEY!" Another thing worth trying if you use something like zsh that supports global aliases is: alias -g L=" | less -R" which makes it so you can do: ls L Nifty, but if you use zsh, you probably already know that ;-) -fREW

Re: Updated Windows installer 7.0.219

2007-03-20 Thread fREW
during install from Vim page, distribute only English dicts. Dictionary can be downloaded later even when trying to use particular dictionary. m. That's a good call. And if you give them the option of which dictionaries to install you can save even more. -- -fREW

inserting newlines

2007-03-19 Thread fREW
doing: o or O where it would be nice to have a single key that would do this. Is there already such a feature, or should I just do something like nnoremap zj o nnoremap zk O I realize that zk and zj are still two keystrokes, but they are easier to type as it is. Thanks! -- -fREW

Re: Netrw go up dir command

2007-03-16 Thread fREW
Isn't a vimball just another archive? It seems, according to the vimball help file that it's just a bunch of inert files. It doesn't really run anything... Maybe I am wrong, though. -fREW On 3/16/07, Steve Hall <[EMAIL PROTECTED]> wrote: From: Charles E Campbell Jr, F

Re: Case-sensitive match for :e under cygwin?

2007-03-13 Thread fREW
ition" (just escapes in the filenames really) that might change things. This is where I read about the cygwin filename stuff: http://gentoo-wiki.com/HOWTO_Gentoo_on_Cygwin#.22Managed.22_mounts I hope that helps! -fREW -- -fREW

OmniCompletion for C#/.NET

2007-03-13 Thread fREW
vance! -fREW

Re: Maximize gvim at startup

2007-03-13 Thread fREW
similar to that for whatever GNOME uses nowadays (metacity?). -fREW On 3/13/07, Mr. Shawn H. Corey <[EMAIL PROTECTED]> wrote: Hi, I'm running Ubuntu 6.10 on a PowerBook 4 under GNOME. Is there any command I can put inn my .gvimrc that will maximize the window at startup? I tried:

Re: How to paste without replace the content in buffer

2007-03-10 Thread fREW
instead of "string1", is in buffer. That is if I highlight "string3" and then type "p", "string3" will be replaced with "string2" instead of "string1". I'm wondering if there is any way to avoid change the content in the buffer? Thanks, Peng -- -fREW

Re: rotation

2007-03-07 Thread fREW
Cool! Thanks Tim and A.J. And yeah, sorry about the typo with 'ust a test jThis is ', I meant to include that space. And I use Vim7 so I can use any extensions that may have been added then. Thanks again! -fREW On 3/7/07, Tim Chase <[EMAIL PROTECTED]> wrote: > Does anyon

rotation

2007-03-07 Thread fREW
#x27; I know it would be pretty easy to do these with macros, but I thought there might be some builtin or something. Thanks! -- -fREW