Re: vim-enhanced

2004-12-16 Thread Giorgos Keramidas
On 2004-12-16 15:47, Pablo Allietti [EMAIL PROTECTED] wrote:
On Thu, Dec 16, 2004 at 12:38:04PM -0500, Dan Kilbourne wrote:
 Try:

 cd /usr/ports/  make search name=vim | grep -A1 Port

 i recently install vim 63 but i need vim enhanced if exist :)

That depends on what enhancement is.  What are the extra features of
vim-enhanced in Fedora?

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vim-enhanced

2004-12-16 Thread Giorgos Keramidas
On 2004-12-16 20:10, Giorgos Keramidas [EMAIL PROTECTED] wrote:
 On 2004-12-16 15:47, Pablo Allietti [EMAIL PROTECTED] wrote:
 On Thu, Dec 16, 2004 at 12:38:04PM -0500, Dan Kilbourne wrote:
  Try:
 
  cd /usr/ports/  make search name=vim | grep -A1 Port
 
  i recently install vim 63 but i need vim enhanced if exist :)

 That depends on what enhancement is.  What are the extra features of
 vim-enhanced in Fedora?

Nevermind, I found it...  The enhancements of vim-enhanced in Fedora are
support for Perl, Python scripting and the fancy graphical vim GUI (gvim).

You can enable any or all of these in FreeBSD by building the port with
one or more of the following options:

For scripting:
==

WITH_PERL   Support for scripting vim in Perl is included.

WITH_PYTHON Support for scripting vim in Python.

WITH_RUBY   Support for scripting vim in Ruby.

WITH_TCLSupport for scripting vim in TCL.

For a graphical UI:
===

WITH_ATHENA Use the MIT/Athena widgets for gvim.

WITH_GTK2   Use plain GTK 2.x widgets for gvim.

WITH_GNOME  Use the full-blown Gnome support for gvim.

WITH_MOTIF  Use the Motif X11 widgets.

Scripting support for multiple languages may be included without
problems IIRC.  The GUI options are mutually exclusive though.

- Giorgos

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vim-enhanced

2004-12-16 Thread Dan Kilbourne
Pablo Allietti extolled:
 On Thu, Dec 16, 2004 at 08:19:54PM +0200, Giorgos Keramidas wrote:
 
 yep i compiled with this functions but for example
 
 i edited a document with vim-enhanced and save it, at the next time i
 open it the cursos appears in the line when i was saved.
 
 and i can move with the cursors in edit mode. when i press the cursors
 in edit mode appears letters like D A etc etc
 

I believe installing vim6 and invoking it (vim, not vi) will do what you
are looking for.


-- 
___
Dan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vim-enhanced

2004-12-16 Thread Pablo Allietti
On Thu, Dec 16, 2004 at 07:53:47PM +0100, Lars Kristiansen wrote:
  On Thu, Dec 16, 2004 at 08:19:54PM +0200, Giorgos Keramidas wrote:
 
  yep i compiled with this functions but for example
 
  i edited a document with vim-enhanced and save it, at the next time i
  open it the cursos appears in the line when i was saved.
 
  and i can move with the cursors in edit mode. when i press the cursors
  in edit mode appears letters like D A etc etc

thank you so much this is the solution!!!  solve all of my problems.
thanks


 
 look for something like these:
 /usr/local/share/vim/vim63/gvimrc_example.vim
 /usr/local/share/vim/vim63/vimrc_example.vim
 
 copy those to
 ~/.vimrc
 ~/.gvimrc
 
 and edit them to your liking.
 
 
 --
 Hilsen Lars
 
 
 
 
 Tjenesten mail.adventuras.no ble levert av Adventuras Web Agency
 http://www.adventuras.no/
---end quoted text---

-- 


Pablo Allietti
LACNIC
--

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vim-enhanced

2004-12-16 Thread Pablo Allietti
On Thu, Dec 16, 2004 at 01:52:26PM -0500, Dan Kilbourne wrote:
 Pablo Allietti extolled:

no. i was try this before write to the list jeje. 


  On Thu, Dec 16, 2004 at 08:19:54PM +0200, Giorgos Keramidas wrote:
  
  yep i compiled with this functions but for example
  
  i edited a document with vim-enhanced and save it, at the next time i
  open it the cursos appears in the line when i was saved.
  
  and i can move with the cursors in edit mode. when i press the cursors
  in edit mode appears letters like D A etc etc
  
 
 I believe installing vim6 and invoking it (vim, not vi) will do what you
 are looking for.
 
 
 -- 
 ___
 Dan
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
---end quoted text---

-- 


Pablo Allietti
LACNIC
--



pgps5RHfzgt1C.pgp
Description: PGP signature


Re: vim-enhanced

2004-12-16 Thread Pablo Allietti
On Thu, Dec 16, 2004 at 12:38:04PM -0500, Dan Kilbourne wrote:
 Try:
 
 cd /usr/ports/  make search name=vim | grep -A1 Port
 


i recently install vim 63 but i need vim enhanced if exist :)
 
 Pablo Allietti extolled:
  exist the package vim-enhanced for freebsd ??? like fedora?
  -- 
  
  
  Pablo Allietti
  LACNIC
  --
  
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 -- 
 ___
 Dan
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
---end quoted text---

-- 


Pablo Allietti
LACNIC
--

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vim-enhanced

2004-12-16 Thread Dan Kilbourne
Try:

cd /usr/ports/  make search name=vim | grep -A1 Port


Pablo Allietti extolled:
 exist the package vim-enhanced for freebsd ??? like fedora?
 -- 
 
 
 Pablo Allietti
 LACNIC
 --
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
___
Dan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vim-enhanced

2004-12-16 Thread Pablo Allietti
On Thu, Dec 16, 2004 at 08:19:54PM +0200, Giorgos Keramidas wrote:

yep i compiled with this functions but for example

i edited a document with vim-enhanced and save it, at the next time i
open it the cursos appears in the line when i was saved.

and i can move with the cursors in edit mode. when i press the cursors
in edit mode appears letters like D A etc etc

 On 2004-12-16 20:10, Giorgos Keramidas [EMAIL PROTECTED] wrote:
  On 2004-12-16 15:47, Pablo Allietti [EMAIL PROTECTED] wrote:
  On Thu, Dec 16, 2004 at 12:38:04PM -0500, Dan Kilbourne wrote:
   Try:
  
   cd /usr/ports/  make search name=vim | grep -A1 Port
  
   i recently install vim 63 but i need vim enhanced if exist :)
 
  That depends on what enhancement is.  What are the extra features of
  vim-enhanced in Fedora?
 
 Nevermind, I found it...  The enhancements of vim-enhanced in Fedora are
 support for Perl, Python scripting and the fancy graphical vim GUI (gvim).
 
 You can enable any or all of these in FreeBSD by building the port with
 one or more of the following options:
 
   For scripting:
   ==
 
   WITH_PERL   Support for scripting vim in Perl is included.
 
   WITH_PYTHON Support for scripting vim in Python.
 
   WITH_RUBY   Support for scripting vim in Ruby.
 
   WITH_TCLSupport for scripting vim in TCL.
 
   For a graphical UI:
   ===
 
   WITH_ATHENA Use the MIT/Athena widgets for gvim.
 
   WITH_GTK2   Use plain GTK 2.x widgets for gvim.
 
   WITH_GNOME  Use the full-blown Gnome support for gvim.
 
   WITH_MOTIF  Use the Motif X11 widgets.
 
 Scripting support for multiple languages may be included without
 problems IIRC.  The GUI options are mutually exclusive though.
 
 - Giorgos
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
---end quoted text---

-- 


Pablo Allietti
LACNIC
--

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vim-enhanced

2004-12-16 Thread Lars Kristiansen
 On Thu, Dec 16, 2004 at 08:19:54PM +0200, Giorgos Keramidas wrote:

 yep i compiled with this functions but for example

 i edited a document with vim-enhanced and save it, at the next time i
open it the cursos appears in the line when i was saved.

 and i can move with the cursors in edit mode. when i press the cursors
in edit mode appears letters like D A etc etc

look for something like these:
/usr/local/share/vim/vim63/gvimrc_example.vim
/usr/local/share/vim/vim63/vimrc_example.vim

copy those to
~/.vimrc
~/.gvimrc

and edit them to your liking.


--
Hilsen Lars




Tjenesten mail.adventuras.no ble levert av Adventuras Web Agency
http://www.adventuras.no/





Tjenesten mail.adventuras.no ble levert av Adventuras Web Agency
http://www.adventuras.no/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]