! works for "replace all remaining", I think it's an undocumented feature....
2241
Steven Phillips
bill@...
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
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
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@...
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
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
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
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
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@...
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@...
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
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
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@...
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@...
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
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
May 27, 2007 9:32 pm
... Is there a circular symbolic link in the directory?...
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
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
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
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
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@...
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
May 28, 2007 10:23 pm
Yes, if I fix the link Me work fine. ... is an ... I ... webservice ->...
2268
ZarathustraXYZ
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@...
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
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@...
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...
2272
Ian
velorg
Jun 27, 2007 1:28 pm
This sort of an rtfm-question, but... ?what? is the correct syntax for invoking grep on a buffer, and piping it into another (preferably on-the-fly-one)? ...