Open the file as normal then go to main menu's File -> Attributes, in that dialog you can change the format to whatever you want. (behind the scenes this...
Steven Phillips
bill@...
Nov 3, 2006 10:33 pm
2089
Hi Jon, I have made a patch for Microemacs (for me060909 and for me061013) that add support for x86_64 plattform. Without this patch Microemacs crash on 64bit...
Hi Vincenzo, ... This is strange. Yesterday I've build me on AMD64 (Debian Etch) and had no crashes thereafter. Patrick patrick:~$ me -V MicroEmacs 06 - Date...
Patrick Das Gupta
patrick@...
Nov 4, 2006 3:41 pm
2091
... Hi Vincenzo, Many thanks for this. Looking through your changes it certainly makes sense especially with some of the horrible pointer casting that is going...
Hi Jon, I send to you a mail asap. Thanks Vincenzo ... me061013) ... Microemacs ... 4.x. ... makes ... going ... with ... changes are ... there are ... bundle...
Hi Patrick, a crash appears (for example) when you try to exec external command like grep. I have submitted patch like this some month ago, the problem are the...
hello, could you please help me once again :) 1. how to create a new file using certain template (e.g. > -!- document -!-)? i've found only an osd-new-buffer...
... Hi dsjkvf! ... I will try for now. ... I didn't understand you, probably since I don't use OSD related features. Maybe someone else can help. ... See...
Christof Boeckler
cb@...
Nov 6, 2006 7:37 am
2097
... in fact, i can even operate this way: define-macro new-doc-file find-buffer "*scratch*" insert-string "> -!- document -!-" write-buffer !emacro but then...
... i want to create a new file and apply certain template to it (in my particular case i want the file's major mode be set to doc). of course, i want to do it...
... I suggest you take the osd-new-buffer macro from osd.emf and change the "new%d" to "new%d.doc". ... See the goto-matching-fence command, writing a macro...
Phillips, Steven
sphillips@...
Nov 6, 2006 8:48 am
2100
... From next-buffer(2): "find-buffer switches to buffer "buffer-name" in the current window. If the buffer does not exist and a zero argument n is supplied...
Christof Boeckler
cb@...
Nov 6, 2006 9:10 am
2101
... oops, sorry, haven't thought taht it could be so obvious :). thank you, Christof, for pointing me to that. ... yes, that's quite nice, thank you once again...
... Steven, thank you for your help. what would be the best way to override preinstalled macroses in general? e.g., in this case should i copy osd-new-buffer...
... This depends. If you can simply over-ride some settings or re-define a macro then the myXXXX.emf should be used to do this. If the changes are more...
... I think in this case you are creating a new macro so I would copy it into your user my???.emf and call it something else (like create-new-doc), that way...
Phillips, Steven
sphillips@...
Nov 6, 2006 12:33 pm
2105
hello, and one more question: is it possible somehow to macro the following action -- i want to save an open file FILENAME.EXT1 as FILENAME.EXT2. of course,...
... i see. ... yes, i've faced something like that just recently when upgrading to '06 release :) (and as a result, i was using diff a lot to find all my ...
Do you have other variables like MEPATH set? Once you start ME, execute list-variables and look at the values of $user-path and $search-path, do their values...
Phillips, Steven
sphillips@...
Nov 7, 2006 8:19 am
2111
... in fact, i tried to set to it also to 'the same value as MEUSERPATH -- /home/dsjvkf/usr/local/bin/me/libs/ -- but see below ... user-path is set to...
... Hi! ... from the shell, right. ... First of all check whether ME knows about that variable at all: esc x describe-variable $MEUSERPATH If not, then you...
Christof Boeckler
cb@...
Nov 7, 2006 9:14 am
2113
Dsjkvf, Can you run 'export' in the bash shell and send me the output, then run ME in that shell, list-variables and send me the setting of $user-path and...
Phillips, Steven
sphillips@...
Nov 7, 2006 9:25 am
2114
... so, as it was expected :), it tells that 'Current setting is "ERROR"' but why? and how can i fix it? as i've mentioned already, i set $MEUSERPATH in my...
... That seems to be not correct, but anyways make sure you export your $MEUSERPATH variable instead of only declaring it. (Shell variable vs. environment...
Christof Boeckler
cb@...
Nov 7, 2006 9:45 am
2116
... yes, Christof, that was exactly the problem -- i have remembered about the export just after Steven has mentioned this magic word :). however, thank you...