Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

jasspa · JASSPA's MicroEmacs

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 127
  • Category: Cyberculture
  • Founded: Jul 7, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 2239 - 2271 of 2695   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2239 Thomas Hundt
thundt Send Email
Mar 23, 2007
12:44 am
I swear this used to work... (I'm using 2006/09/09 now.) Hitting a period no longer quits query-replace-mode. It seems to have been replaced by an 'L' for...
2240 Bryan Schofield
schofield.bryan@... Send Email
Mar 23, 2007
1:24 pm
! works for "replace all remaining", I think it's an undocumented feature....
2241 Steven Phillips
bill@... Send Email
Mar 24, 2007
2:05 pm
The '.' command used to exit immediately moving the cursor back to the starting point (regardless of whether you made any substitutions), I failed to see the...
2242 Jon Green
bigfatmrmoose Send Email
Mar 24, 2007
4:10 pm
Attached (this time) some more refinements for Doxygen with 'C' dealing with [in,out] labelling of parameters. Similar will apply to cpp. Jon. ...
2243 Jon Green
bigfatmrmoose Send Email
Mar 24, 2007
4:15 pm
Attached some more refinements for Doxygen with 'C' dealing with [in,out] labelling of parameters. Similar will apply to cpp. Jon....
2244 Christof Boeckler
microemacs@... Send Email
Mar 25, 2007
10:50 pm
Hi all, I would like to enlarge the system wide font size for ME on Solaris. The new 19 inch TFTs in our computer lab make the default font size (15 pt) look...
2245 Jon Green
bigfatmrmoose Send Email
Mar 25, 2007
11:15 pm
... Sounds like you are sysadmin on this - why not edit me.emf and add a little start-up macro that: a) Sets the font to new default. b) Checks the users...
2246 Jon Green
bigfatmrmoose Send Email
Mar 25, 2007
11:26 pm
... A good place to start is newuser.emf this is the start up that configures the environment for a new user. You can probably just change the font and force...
2247 Ian
velorg Send Email
Mar 31, 2007
8:37 am
Hi, while using 20060909 for 10.3 MacOS.... ... accidentially managed to unbind the RETURN terminator, then had to force-quit the shell entirely, as no amount...
2248 Jon Green
bigfatmrmoose Send Email
Mar 31, 2007
7:44 pm
... Hi Ian, I know you are transitioning across (I saw your subscribe message) - it will take a little while to get familiar, but not long. Hopefully you have...
2249 Bryan Schofield
schofield.bryan@... Send Email
Apr 2, 2007
1:56 pm
Below is an initial implementation of a language template for the Groovy programming language. cheers -- bryan ...
2250 Bryan Schofield
schofield.bryan@... Send Email
Apr 2, 2007
8:57 pm
Is there any short cut to insert the current buffer's file name in to a shell command, using shell-command, pipe-shell-command, or ipipe-shell-command?...
2251 Ian
velorg Send Email
Apr 3, 2007
12:32 am
There seems to be ("system") variables of $buffer-fname and $file-names which may be what you're looking for... see "M-x list-variables"; and/or "M-x...
2252 Thomas Hundt
thundt Send Email
Apr 3, 2007
12:36 am
I don't think there's a shortcut. I think you're meant to construct the command string yourself. As Ian just pointed out, list-variables shows various...
2253 Phillips, Steven
sphillips@... Send Email
Apr 3, 2007
6:56 am
When entering a command-line using the message-line (i.e. interactive) I use the C-x y and C-x C-y key bindings to insert the current buffer's name and file...
2257 Bryan Schofield
schofield.bryan@... Send Email
May 7, 2007
5:47 pm
The Notes help (help-command notes) indicates "Rename Note" is bound to "n", but it is really bound to "e", "Forward Note" is bound to "n"....
2258 ZarathustraXYZ Send Email May 27, 2007
8:30 pm
Hi all, I don't use often the file-browser but, under linux (32 and 64 bit), me crash when I select symbolic link. Some of you have the same problem? Ciao. ...
2259 Jon Green
bigfatmrmoose Send Email
May 27, 2007
9:32 pm
... Is there a circular symbolic link in the directory?...
2260 ZarathustraXYZ Send Email May 28, 2007
10:51 am
No. glibc say: *** glibc detected *** double free or corruption (!prev): 0x00000000006f4920 *** Aborted ... bit),...
2261 Thomas Hundt
thundt Send Email
May 28, 2007
5:36 pm
FYI It's working for me (SuSE 32-bit) and it's been very stable over the past few years. What versions are you using? One thing I'd ask is, when you hit F10...
2262 Jon Green
bigfatmrmoose Send Email
May 28, 2007
6:11 pm
... Good point, I wonder if there is an incompatibility with the linked glibc.so? Maybe need to build from source to correct the problem. The current version...
2263 ZarathustraXYZ Send Email May 28, 2007
8:02 pm
Hi, file-browser recognize the symbolic links. On amd64 when I click (on when I hit Return) crash without display nothing at the bottom (on fedora 6 and...
2264 ZarathustraXYZ Send Email May 28, 2007
8:47 pm
Ok, I have found where is the problem. I didn't realize it before but the link that crash Me is "strange" :-), this is the output of ls -l: lrwxrwxrwx 1 enzo...
2265 Jon Green
bigfatmrmoose Send Email
May 28, 2007
9:39 pm
... So if you fix the link does this fix the problem? (not that this is an excuse). ... Cool link. Does not crash on Solaris with this type of link. I will...
2266 Steven Phillips
bill@... Send Email
May 28, 2007
9:48 pm
I think I found and fixed this issue. Now that you have built ME yourself, could you please try the following fix and let me know if it solves the problem....
2267 ZarathustraXYZ Send Email May 28, 2007
10:23 pm
Yes, if I fix the link Me work fine. ... is an ... I ... webservice ->...
2268 ZarathustraXYZ Send Email May 28, 2007
10:35 pm
Your patch partially fix. Now Me don't crash but in the dir tree show the root-dir folded. Ciao. Vincenzo ... if it ... as I ... delete */ ... delete */ ... ...
2269 Bryan Schofield
schofield.bryan@... Send Email
May 31, 2007
9:34 pm
hkjava.emf ~line 184 add a comma (,) to second character set to correctly highlight @see Foo#bar(wiz,wuz) hilight .hilight.pjavadoc 0x80...
2270 Dr. Detlef Groth
dgroth_99 Send Email
Jun 27, 2007
9:52 am
Hello all, I recently observed a boog with the Dir Files - Toolbar. If you click on the filename ME creates a new file with a leading number like "54 ...
2271 Phillips, Steven
sphillips@... Send Email
Jun 27, 2007
9:57 am
I've reproduced the issue and will fix as soon as I can, Steve ________________________________ From: jasspa@yahoogroups.com [mailto:jasspa@yahoogroups.com] On...
Messages 2239 - 2271 of 2695   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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