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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1837 - 1871 of 2508   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1837
... may it's possible to macro such movements for now? i have quite big amount of nodes at the left side and moving among them is a real pain: switch window,...
Alex Sa
ne.smrtelnost
Offline Send Email
May 2, 2006
1:21 pm
1838
Alex ... Use space instead of enter. ... I have created macros to do this and bound them to C-page-up & down - this will be in the next release. ... I have...
Phillips, Steven
sphillips@...
Send Email
May 2, 2006
2:37 pm
1839
Stephen, that's really brilliant, thank you a lot! :) On 5/2/06, Phillips, Steven <sphillips@...> wrote: <skipped> -- as...
Alex Sa
ne.smrtelnost
Offline Send Email
May 2, 2006
3:03 pm
1840
I used a computer today that I had not made the adjustments to turn off auto indent that you all gave me previously. After using it for half an hour, I...
smithno999
Offline Send Email
May 4, 2006
2:53 pm
1841
Looks like you all are 2 steps ahead of me. I played with the buffer settings and finally got the auto indent to work exactly the way I think it should! Good...
smithno999
Offline Send Email
May 7, 2006
10:27 pm
1843
... while talking about the next release: for now it's impossible to use Notes in splitted window (e.g., Notes at the top, open file at the bottom). don't you...
Alex Sa
ne.smrtelnost
Offline Send Email
May 15, 2006
12:19 pm
1846
Hello, I'd like to be able utilize the TEXT TOOLS menu from within HTML files. I often need to edit HTML files, but they run off the screen and would like to...
Gadrin
gadrin77
Offline Send Email
May 25, 2006
5:03 pm
1847
Getting the two windows (the tree and the note window) tied together and not trashed by other commands (or the user) is extremely difficult (see the ...
Steven Phillips
bill@...
Send Email
May 25, 2006
8:32 pm
1848
You should be able to do this by simply disabling Auto indent using buffer-setup and enabling 'wrap' buffer mode. To get wrap enabled for every html file you...
Phillips, Steven
sphillips@...
Send Email
May 26, 2006
6:34 am
1849
no, I don't just want to wrap text, I may not be typing it. I want to be able to access the TEXT TOOLS menu from within HTML files. for instance someone...
Gadrin
gadrin77
Offline Send Email
May 27, 2006
4:14 pm
1850
I take the brute force kludge approach and put this in my company file, making it available from every language. Maybe you can do something similar. (You can...
Thomas Hundt
thundt
Offline Send Email
May 27, 2006
4:50 pm
1851
recently was introduced a "browse" mode which I use for reviewing log files. Simply press F3 to toggle on/off (default binding). Once in browse mode, press "w"...
Bruno Sabin
beulo
Offline Send Email
May 27, 2006
8:19 pm
1852
Hello, I've started to use the notes interface, and I have a question about its satbility. Is it suitable to use it for notes larger than 100K? How many people...
Deak, Ferenc
deakfeco@...
Send Email
May 31, 2006
10:30 am
1855
... 100K is a book isn't it? It is hardly a note. How many people using it seriously? Well I use it nearly everyday if that is called seriously. My notes are ...
Jon Green
bigfatmrmoose
Offline Send Email
May 31, 2006
8:18 pm
1856
... Oh, sorry, I meant that the whole notes file is larger than 100 or 200k. Sorry. I've used a lot of note taking programs, and never realised that 'jasspa'...
Deak, Ferenc
deakfeco@...
Send Email
Jun 1, 2006
4:30 am
1857
... Hi Ferenc, Sorry I thought you were proposing large single notes and were considering a note file in the 250MB-1GB range. 100K for the whole notes file is...
Jon Green
bigfatmrmoose
Offline Send Email
Jun 1, 2006
7:41 am
1858
... I searched the entire folder (both MicroEmacs and the Jasspa folder in Documents & Settings) and I can't find the menu. I did find: "Justify Left" in...
Gadrin
gadrin77
Offline Send Email
Jun 2, 2006
9:34 pm
1859
Ah! Two simple changes to me.emf: add-file-hook ".htm .html .htp .hts" fhook- html add-file-hook ".lhtm .lhtml"...
Gadrin
gadrin77
Offline Send Email
Jun 2, 2006
9:49 pm
1860
Rather than edit the main me.emf, I suggest you copy these 2 lines to your own setup file (see user-setup) and leave me.emf unaltered. This should avoid losing...
Phillips, Steven
sphillips@...
Send Email
Jun 5, 2006
6:33 am
1861
There have been significant improvements to notes in the latest version of ME, including improvements to the notes frame and narrow handling and new...
Phillips, Steven
sphillips@...
Send Email
Jun 5, 2006
9:06 am
1862
I would like feed back on the file-hook/major-mode changes outlined below: 1) The current 'buffer-setup' command (Help -> Buffer Setup ...) does not really...
Phillips, Steven
sphillips@...
Send Email
Jun 5, 2006
9:08 am
1863
yup, done. ... your own setup file (see user-setup) and leave me.emf unaltered. This should avoid losing this fix when you next up-grade ME,...
Gadrin
gadrin77
Offline Send Email
Jun 5, 2006
3:27 pm
1864
... don't ... Tools seems the most logical, as Format deals with the contents of the buffer and File seems external. It's almost a "meta-category" and more of...
Gadrin
gadrin77
Offline Send Email
Jun 5, 2006
3:42 pm
1865
... Major/Minor sounds good to me. ... Yes. Clarity first! ... No. ... Tools sounds not too bad. It's not content related, but mode related. That seems to be a...
Christof Boeckler
boeckler@...
Send Email
Jun 5, 2006
4:57 pm
1866
While we're on the subject of "modes", I'm having a little issue: Apparently the mode selection by contents (tag inside the file) overrides the filename...
Thomas Hundt
thundt
Offline Send Email
Jun 6, 2006
9:45 pm
1867
Upon further investigation, I think the specific issue here is this bug in me.emf (line 294): -1 add-file-hook "<?xml" fhook-xml ;... and the '?' is being...
Thomas Hundt
thundt
Offline Send Email
Jun 6, 2006
10:17 pm
1868
Tom, Thanks for reporting your findings, this will be fixed in the next release. You need 2 '\'s because the macro parser requires '\'s in strings to be...
Phillips, Steven
sphillips@...
Send Email
Jun 7, 2006
6:48 am
1869
Okay, here are some thoughts for you. ... The word "mode" is overloaded. I would rename "modes" (the list of toggles/flags) to "settings". As in: "the buffer...
Thomas Hundt
thundt
Offline Send Email
Jun 7, 2006
9:51 pm
1870
... I agree that 'mode' is overloaded, but isn't set/setting/setup even more overloaded? Looking specifically at 'over' buffer-mode as this is available in...
Phillips, Steven
sphillips@...
Send Email
Jun 8, 2006
1:02 pm
1871
... Well, if it's a question of menu space, that's an easy one: Kill off that Insert menu. That thing's pretty useless, menu-wise. Buffer or File menu could...
Thomas Hundt
thundt
Offline Send Email
Jun 8, 2006
4:14 pm
Messages 1837 - 1871 of 2508   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