Below is an initial implementation of a language template for the Groovy programming language. cheers -- bryan ...
Bryan Schofield
schofield.bryan@...
Apr 2, 2007 1:56 pm
2250
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?...
Bryan Schofield
schofield.bryan@...
Apr 2, 2007 8:57 pm
2251
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...
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...
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...
Phillips, Steven
sphillips@...
Apr 3, 2007 6:56 am
2257
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"....
Bryan Schofield
schofield.bryan@...
May 7, 2007 5:47 pm
2258
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. ...
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...
... 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...
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...
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...
... 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...
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....
Steven Phillips
bill@...
May 28, 2007 9:48 pm
2267
Yes, if I fix the link Me work fine. ... is an ... I ... webservice ->...
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 */ ... ...
hkjava.emf ~line 184 add a comma (,) to second character set to correctly highlight @see Foo#bar(wiz,wuz) hilight .hilight.pjavadoc 0x80...
Bryan Schofield
schofield.bryan@...
May 31, 2007 9:34 pm
2270
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 ...
I've reproduced the issue and will fix as soon as I can, Steve ________________________________ From: jasspa@yahoogroups.com [mailto:jasspa@yahoogroups.com] On...
Phillips, Steven
sphillips@...
Jun 27, 2007 9:57 am
2272
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)? ...
Hello, I recently played a little bit with eclipse and it's Perl-EPIC plugin. After each file save, the errors on the perl-file are underlined using "perl -cw...
... If you really do want to run a shell command on the actual contents of a buffer from the command line then use filter-buffer "<command line with...
Detlef, Simple fix below (Line numbers may not match), problem was caused by the introduction of seconds to the last modified timestamp. Let me know if you see...
Phillips, Steven
sphillips@...
Jul 12, 2007 1:41 pm
2276
Thanks Steve, it does work. Would it be very difficult to apply custom filters to the buffers "Dir Files" and "Buff List" like "*.pm" or negative filters like...
Detlef, Considering the reference to the 'Buff List' I'm not sure I know what you are asking. However the directory listing filter can be customized via the...
Phillips, Steven
sphillips@...
Jul 12, 2007 2:17 pm
2278
Steve, oh yes, I never used this $file-ignore variable. But it is quite useful as I observe now. Thanks, Detlef ... Datum: Thu, 12 Jul 2007 10:14:16 -0400 Von:...
It gets better, next version of ME will have a build in version of grep which understands and supports your $file-ignore mask so a grep 'command-line' of 'grep...
Phillips, Steven
sphillips@...
Jul 12, 2007 3:00 pm
2280
Hmm, sounds promising and towards a new release as a christmas surprise ;) Is there any plan to support some type of syntax checkers like "perl -cw" or tidy...