vim_use
[email protected]

http://groups.google.com/group/vim_use?hl=en

Today's most active topics:

* external processes interaction - 30 new
  http://groups.google.com/group/vim_use/t/7a2bbf08b1493113?hl=en
* vimgdb in windows - 5 new
  http://groups.google.com/group/vim_use/t/04ae08967aa4cede?hl=en
* ('|') in perldo - 4 new
  http://groups.google.com/group/vim_use/t/eca22e89752e2571?hl=en
* Mappings for tab navigation don't work - 3 new
  http://groups.google.com/group/vim_use/t/78c7a127bd181286?hl=en
* Full path of current file? - 3 new
  http://groups.google.com/group/vim_use/t/f9eab60d078fa2c6?hl=en




Active Topics
-------------

external processes interaction - 30 new
---------------------------------------
Am Tuesday 18 November 2008 04:57:07 schrieb StarWing: ...I believe that the 
issue of external processes interaction is a valid one. It seems so un-unix 
and bad that VIM implements it's own spellchecker instead of giving me the 
freedom to use what spellcheck I like. What's the reasoning for not using 
external processes. Couldn't it just - Tues, Nov 18 2008 2:25 am 
30 messages , 17 authors
http://groups.google.com/group/vim_use/t/7a2bbf08b1493113?hl=en


Mappings for tab navigation don't work - 3 new
----------------------------------------------
Hi, in my .vimrc I have this: map <silent><A-t> :tabnew<CR> map <silent><A-
Right> :tabn<CR> map <silent><A-Left> :tabp<CR> So I should open a tab just 
pressing Alt + t, and moving with alt left or right arrow. This just doesn't 
work and when I press them nothing happens. I searched in the .vimrc and it 
seems that this is the only mapping - Tues, Nov 18 2008 4:19 am 
3 messages , 2 authors
http://groups.google.com/group/vim_use/t/78c7a127bd181286?hl=en


Detect platform - 1 new
-----------------------
That was very helpful. Thank you! Yosi On Sun, Nov 16, 2008 at 9:45 PM, Tony 
Mechelynck - Tues, Nov 18 2008 5:18 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/0ec8622f97c52d4f?hl=en


Unlisted buffers, bdelete vs bwipeout - 3 new
---------------------------------------------
Hello, I'm struggling to understand the subtle nuances of buffers. bdelete - 
deletes a buffer from the buffer list, and adds it to the top-secret unlisted 
buffer list. bwipeout - the documentation says "Like "bdelete, but really 
delete the buffer. . . Don't use this unless you know what you are doing". - 
Tues, Nov 18 2008 5:32 am 
3 messages , 3 authors
http://groups.google.com/group/vim_use/t/ca3155ce8437c178?hl=en


I try to launch gvim in ex mode to modify a file on windows XP plateform 
unsucessfully ! - 1 new
-----------------------
Hello, I try to launch gvim (version 7.2) in ex mode to modify a file on 
windows XP plateform unsuccessfully ! My test: == file f1.txt =========== %s/
hello/liello/g write quit == file f1.txt ============= hello hello coco hello 
Command on cmd windows: C:\temp> c:\vim\vim72\gvim.exe -e -s f2.txt < f1.txt -
Tues, Nov 18 2008 5:15 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/79d60da17210233b?hl=en


Feature request: substitute uses the 'n' flag - 1 new
-----------------------------------------------------
Vim 7.2 I was reading this section: ...To count how often any pattern occurs 
in the current buffer use the substitute command and add the 'n' flag to avoid
the substitution. The reported number of substitutions is the number of items.
:%s/./&/gn characters For the substitute function, it looks like only 'g' is 
supported - Tues, Nov 18 2008 6:56 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/2e4ac2b6b849eb4d?hl=en


Delete all characters except ... - 1 new
----------------------------------------
...This works when editing, I don't know how to do that in a script: :s/[^/<]//
g -Erik - Tues, Nov 18 2008 9:35 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/9c03b86a0e6c4248?hl=en


clear screen on quit on filetype - 3 new
----------------------------------------
Can someone suggest a way I can do the following? For certain filetypes I 
would like to have the screen cleared before Vim quits back to the shell 
prompt. For most filetypes I DO NOT want Vim to clear the screen. Is this 
getting too tricky? - Tues, Nov 18 2008 1:13 pm 
3 messages , 3 authors
http://groups.google.com/group/vim_use/t/e220f60c8d7a2699?hl=en


Convert XML strings to "plan text"? - 1 new
-------------------------------------------
I am working with a monitoring tool that exports events to XML. In many cases,
long XML strings are part of the event detail, thus I wind up with XML inside 
of XML where some characters are escaped (ex. "'<ROOT><E Empl=" is represented
as "&apos;&lt;ROOT&gt;&lt;E Empl="). Is there a simple method or plugin that 
will allow the interior XML - Tues, Nov 18 2008 1:46 pm 
1 message, 1 author
http://groups.google.com/group/vim_use/t/32f52ab55a96b495?hl=en


Create or modify colorschemes for the terminal version - 2 new
--------------------------------------------------------------
For light background you can try: peaksea from Pan, Shi Zhu [link] First time,
it looks not very impressing. But your editor it isn't photo-album. Editor is 
a tool which you stare 8 hours in the day. - Tues, Nov 18 2008 2:24 pm 
2 messages , 2 authors
http://groups.google.com/group/vim_use/t/0a7dc06b6ffb4d36?hl=en


perldo bug(?) - 3 new
---------------------
hey all, I'm trying to build an IDE of sorts using the vim-perl interface. 
When I do a wincmd inside of perl (VIM::DoCommand()) it seems to lose focus, 
ie: ...{ VIM::DoCommand("wincmd W"); VIM::DoCommand("q"); ...($doc, $num) = (m/
>>\s*(\S+)\s*:(\d+)/); VIM::DoCommand("split $doc); VIM::DoCommand("$num"); - 
Tues, Nov 18 2008 5:00 pm 
3 messages , 3 authors
http://groups.google.com/group/vim_use/t/e683d24112cb7070?hl=en


('|') in perldo - 4 new
-----------------------
also - how do you represent an or ('|') in a perldo command? Right now, it 
gives a syntax error; it looks like it short circuits the line rather than 
represents an or in a regular expression.. Ed - Tues, Nov 18 2008 6:13 pm 
4 messages , 3 authors
http://groups.google.com/group/vim_use/t/eca22e89752e2571?hl=en


Auto Indent + 1 in insert mode or normal - 1 new
------------------------------------------------
Using vim 7.1 (huge version) on Kubuntu 7.10 I would like to be able to type <
enter> or Ctrl-J in insert mode and open a new line indented one more tab than
the previous: example - type "block: []" move cursor between the braces type 
Ctrl-J result might be: block: [ ] alternatively, a normal mode approach would
be as desirable. - Tues, Nov 18 2008 7:09 pm 
1 message, 1 author
http://groups.google.com/group/vim_use/t/af789e497a9ed73e?hl=en


Flex - indent script uses cindent() - 1 new
-------------------------------------------
I am writing an indent script which is nearly identical to the HTML and 
JavaScript code. It is for Flex and actionscript (Has anyone already wrote one?
). Actionscript can be added inside similar tags to Javascript. <mx:Script> <![
CDATA[ public function one(event:ResultEvent):void { } public function two(
event:ResultEvent):void { - Tues, Nov 18 2008 7:15 pm 
1 message, 1 author
http://groups.google.com/group/vim_use/t/2c84bb470e47db84?hl=en


vim book dedicated to scripting - 1 new
---------------------------------------
Thanks, Chris, Alright, I'll give it a look. I guess learning by example is 
the best way to go. 2008/11/16 xulxer <[email protected]> - Tues, Nov 18 2008 7:
41 pm 
1 message, 1 author
http://groups.google.com/group/vim_use/t/90a89f4be31878dd?hl=en


vimgdb in windows - 5 new
-------------------------
how can i compile the patched vim in windows? the vimgdb patch file only patch
the makefile of src, but when we compile in windows, we use makefile_ming.mak(
in vim72_extra.bz2), and not config.h, configure and so on. so the "gdb" 
feature is disabled, how can i open it manually? btw, are there any available 
compiled Vim binany version with vimgdb? - Tues, Nov 18 2008 9:54 pm 
5 messages , 2 authors
http://groups.google.com/group/vim_use/t/04ae08967aa4cede?hl=en


Apvlv in windows public - 1 new
-------------------------------
apvlv is a PDF Viewer Under Linux and its behaviour like Vim. Apvlv is a open 
source software, and was created by Alf. Now, it is still growing. Like Vim, 
Apvlv makes people reading their PDF files just like using Vim. So, Apvlv 
bindings lots of Vim command and its behaviour is like Vim. - Tues, Nov 18 
2008 10:31 pm 
1 message, 1 author
http://groups.google.com/group/vim_use/t/f36dc8b6031c2cc2?hl=en


Full path of current file? - 3 new
----------------------------------
You can try <CR>1G (Control,1 and G) Naim... -----Original Message----- ...
Behalf Of 703designs Sent: Wednesday, November 05, 2008 4:48 AM To: vim_use ...
 export("%:s") only returns the path based on the current directory, but I 
need to retrieve the full root. - Tues, Nov 18 2008 10:34 pm 
3 messages , 3 authors
http://groups.google.com/group/vim_use/t/f9eab60d078fa2c6?hl=en


Select 'v' Issue - 1 new
------------------------
Hi, When I use the 'v' key and select a few lines, the color of the selection 
is so light grey, that I fail to see what has been selected. Could you tell me
how to solve the issue? Regards, Ajay. - Wed, Nov 19 2008 1:30 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/f48a3c834b12b095?hl=en



==============================================================================

You received this message because you are subscribed to the Google
Groups "vim_use" group.

To post to this group, send email to [email protected] or
visit http://groups.google.com/group/vim_use?hl=en

To unsubscribe from this group, send email to
[email protected]

To change the way you get mail from this group, visit:
http://groups.google.com/group/vim_use/subscribe?hl=en

To report abuse, send email explaining the problem to [email protected]

==============================================================================
Google Groups: http://groups.google.com/?hl=en

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to