Search the web
Sign In
New User? Sign Up
jasspa · JASSPA's MicroEmacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2086 - 2116 of 2500   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2086
Is there a way to open a DOS file in Windows with ^M line terminators and force ME to save the file in UNIX fashion with \n line terminators?...
Bryan Schofield
schofield.bryan@...
Send Email
Nov 3, 2006
8:35 pm
2087
I don't know if it's the answer to your specific problem, but in the meantime, investigate crlf mode... -Tom...
Thomas Hundt
thundt
Offline Send Email
Nov 3, 2006
8:44 pm
2088
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@...
Send Email
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...
ZarathustraXYZ
Offline Send Email
Nov 3, 2006
11:42 pm
2090
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@...
Send Email
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...
Jon Green
bigfatmrmoose
Offline Send Email
Nov 4, 2006
7:06 pm
2092
Hi Jon, I send to you a mail asap. Thanks Vincenzo ... me061013) ... Microemacs ... 4.x. ... makes ... going ... with ... changes are ... there are ... bundle...
ZarathustraXYZ
Offline Send Email
Nov 4, 2006
8:47 pm
2093
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...
ZarathustraXYZ
Offline Send Email
Nov 4, 2006
8:48 pm
2095
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...
dsjkvf
Offline Send Email
Nov 6, 2006
7:17 am
2096
... 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@...
Send Email
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...
dsjkvf
Offline Send Email
Nov 6, 2006
8:26 am
2098
... 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...
dsjkvf
Offline Send Email
Nov 6, 2006
8:28 am
2099
... 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@...
Send Email
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@...
Send Email
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...
dsjkvf
Offline Send Email
Nov 6, 2006
9:47 am
2102
... 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...
dsjkvf
Offline Send Email
Nov 6, 2006
10:06 am
2103
... 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...
jon@...
bigfatmrmoose
Offline Send Email
Nov 6, 2006
12:18 pm
2104
... 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@...
Send Email
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,...
dsjkvf
Offline Send Email
Nov 6, 2006
12:35 pm
2106
... 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 ...
dsjkvf
Offline Send Email
Nov 6, 2006
12:51 pm
2107
thanks...
Bryan Schofield
schofield.bryan@...
Send Email
Nov 6, 2006
2:57 pm
2108
... if anybody is interested: set-variable $FILE_TMPNAME &lef $buffer-bname -4 set-variable $FILE_NEWNAME &cat $FILE_TMPNAME ".EXT2" write-buffer $FILE_NEWNAME...
dsjkvf
Offline Send Email
Nov 7, 2006
6:29 am
2109
hello, first, here's an output: ~> echo $MEUSERPATH /home/dsjkvf/usr/local/bin/me/libs/ ~> ls -la /home/dsjkvf/usr/local/bin/me/libs/ total 60 drwxr-xr-x 4 s...
dsjkvf
Offline Send Email
Nov 7, 2006
8:13 am
2110
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@...
Send Email
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...
dsjkvf
Offline Send Email
Nov 7, 2006
9:10 am
2112
... 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@...
Send Email
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@...
Send Email
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...
dsjkvf
Offline Send Email
Nov 7, 2006
9:37 am
2115
... 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@...
Send Email
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...
dsjkvf
Offline Send Email
Nov 7, 2006
9:54 am
Messages 2086 - 2116 of 2500   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help