I use the mouse package from the emacs database with a slight mod. When I position the cursor past the EOBP, mlisp inserts lines and spaces to get me there. To...
Would it be possible for Emacs to automatically appended the appropriate file extensions when saving files? For example, if the file type is text, appended...
At least for Windows applications(eg: Word, IE), when you save a file, the file type is appended automatically. For example under Word, "SAVE AS" xyx would...
correct. When using the GUI SAVE AS dialog, the file type should be appended automatically to be consistent with the other Windows applications. I use Windows...
if i have a file called: '1.1 notes.txt' then the backup filename is 1._1 notes.txt' ...which is a little disconcerting. jack Untabling his hands, he lapped...
i've set up emacs to be my source viewer for IE, by running a tiny autoit program that calls the following package: (defun (emacs-ie-view-source-com ...
THis needs adding to the docs... When the XXX-com procedure runs to process a command line the current directory is changed to the current directory that was...
You would be amazed at how hard it is to change the save as dialog to implement this. (or may not if you have experience of windows programming). I'd estimate...
Thanks for the assessment of the task. Two days is too much work to ask..Is there an elegant way to do it in mlisp or allow the user to customize it? One...
you could write a separate menu...something like: SaveAs HTML Text xxx yyy ...and then force the filetype accordingly. jack you might think that...i couldn't...
ah. i knew about the directory change when processing the command line, but didn't know that there was a previous-directory that would get me back. it sort of...
It intentional. It allows each bemacs.exe to ask for an edit to be performed and wait for the user to complete the edit. Then a script can use the edited file....
ah. yes, i see the sense in that. but, naturally, it's not the behaviour i want just at the moment :) i tried kicking off the recursive-edit with schedule...
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...