if i run WIN-execute-line on the following line: dir *.htm then the result contains *.htm and *.html if i try *.ht then the result is, correctly, no files. i'm...
Trying to install bemacs I don't have the file MSCVRT.DLL on my puter... I have 18 quad-gillion .dll's but not that one. heh. Anyone know where to get it? Bill...
all over the place. try: http://www.david-taylor.pwp.blueyonder.co.uk/software/runtime.html#MSVCRT or do a google search for MSVCRT runtime download jack and...
Thanks, Jack I'm begining to see the problem.... On the page - http://www.barrys-emacs.org/emacs7.html#windows It says, "Installation Note This version of...
putting the dll in the same folder won't help. the only thing i can think of is to regsrvr32 the dll...but i don't know what program is failing. really, i...
I finally got it installed... I use InCtrl5 to monitor installs. I had unzipped the file and was trying to install from setup.exe. I finally allowed...
excellent let us know how you get on jack we don't believe in the if and maybe scenario ... From: hartw111 [mailto:hartw111@...] Sent: 09 April 2002...
This is a feature of windows 8.3 file name compatibility. dir *.htm matches both the 8.3 name of all files in the directory and the long names. ... Volume in...
MSVCRT.DLL must be installed into the windows directory as its a "known dll". Any other MSVCRT.DLL will be ignored by windows, which is a pain. I'll fix the...
ok, i've got it. i have to say i'm unimpressed... i see that the behaviour is only when you have .3 suffix. anything else and it works as expected. thanks jack...
Thanks for your reply, Barry I got it working. It's a nice editor. I'm rather used to Notepad so I'll have to ovecome some habits - heh. Barry Scott...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the barrysemacs group. File :...
barrysemacs@yahoogrou...
Apr 11, 2002 11:39 am
154
http://groups.yahoo.com/group/barrysemacs/files/jack/emacs-jack- grep.zip i've appended some text from the readme. jack Good Morning! said Bilbo, and he meant...
beg pardon... i think i left that bit in the readme itself. anyway, this one: http://www.interlog.com/~tcharron/grep.html jack we don't believe in the if and...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the barrysemacs group. File :...
barrysemacs@yahoogrou...
Apr 13, 2002 6:08 pm
158
jacks-find-display this function is similar to the emacs grep in the current buffer. the layout is slightly different, there is only one prompt, there is...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the barrysemacs group. File :...
barrysemacs@yahoogrou...
Apr 13, 2002 6:54 pm
160
http://groups.yahoo.com/group/barrysemacs/files/jack/auto-insert- overstrike.zip jacks-auto-insert-overstrike sets up the alphanumeric keys so that: -- when...
some time ago i wrote a spellchecker for emacs. it will check a single file or a wildcard filespec. it will also make some effort to check just the text...
some time ago I wrote a spellechecker for emacs. it can check individual files or a wildcard spec. it lists all the errors in a single buffer, so you can...
I'm in the process of adding modern regular expression syntax to bemacs. I'm basing this on the syntax that is common to perl and python. (We could base the...
Do you have benchmark test I can run to compare performace of the external grep with the build emacs version? I can then look at what might be done to speed up...
a benchmark. hmm. well, i spend a lot of time editing the admin help for Enterprise Vault...there are currently 333 HTML files in the folder. ...a brief test,...
It's not hard to write a language mode to do the colouring. Look at the javascriptmode.ml as an example. The keywords, functions operators and constants are in...
i wrote one that seemed to do the job. i found one for a different editor (which gave me the keywords in a list) and dumped the keywords into my HTML mode...it...