newLISP Fan Club

Forum => Anything else we might add? => Topic started by: pjot on October 08, 2006, 05:07:43 AM

Title: Keyword 'title-case' missing in VIM syntax file
Post by: pjot on October 08, 2006, 05:07:43 AM
Hi,



The subject says it all :-)



Peter
Title: Missing statements in VIM syntax file
Post by: pjot on January 15, 2007, 07:32:57 AM
Hi,



The statement (peek) is also missing in the syntax file.



Peter
Title:
Post by: newdep on January 15, 2007, 08:12:14 AM
Bummer ;-) You should use  Speech to text ;-)



Take OS/2 for example.. Full integrated Speech to text from the 90-ties

and it even works better then the Horse-buckets MicroSoft  is selling..



But then again.. Some people just need editors ;-)
Title: Re: Keyword 'title-case' missing in VIM syntax file
Post by: ino-news on March 24, 2007, 01:36:48 PM
the keyword "letn" is missing, too.  --clemens
Title:
Post by: Lutz on March 24, 2007, 04:32:13 PM
Both newlisp.vim 1.0.40 shipped in newlisp-9.0.0.tgz and 1.0.50 shipped in newlisp-9.1.1.tgz have 'letn', both in the util directory of the source distribution. The latest newlisp.vim 1.0.50 is also posted here:



http://newlisp.org/code/newlisp.vim.txt



perhaps you are using an older version? 'letn' was added to newlisp.vim v. 1.0.11 about 2 years ago.



Lutz
Title:
Post by: ino-news on March 24, 2007, 06:02:18 PM
Quote from: "Lutz"Both newlisp.vim 1.0.40 shipped in newlisp-9.0.0.tgz

and 1.0.50 shipped in newlisp-9.1.1.tgz have 'letn', both in the util

directory of the source distribution.



http://newlisp.org/code/newlisp.vim.txt


ah!  i installed from the freebsd ports collection, which doesn't

install these files.  thanks to your link, i have them in place now.



-- clemens