unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* launching a perl script
@ 2011-09-21 12:54 Mart Zirnask
  2011-09-21 13:01 ` Mart Zirnask
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Mart Zirnask @ 2011-09-21 12:54 UTC (permalink / raw)
  To: help-gnu-emacs

Hello everybody,

Probably an issue not very complicated: when I try to launch an
external Perl script ("tags#.pl") from Emacs, providing it with the
current buffer name, the editor freezes.

I'm on Windows and here's what I have in my .emacs:

--------------------------------------------------------------------
;; Perl tagcloud
(global-set-key (kbd "<f2>")
                      (lambda ()
                        (interactive)
                        (shell-command (concat "perl
~/.emacs.d/tags#.pl " buffer-file-name))))
--------------------------------------------------------------------

I'm not a programmer and I started using Emacs for text editing only
recently. What's wrong?

Thanks for any help,
best,
Mart Zirnask,
from Estonia



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-09-22 16:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-21 12:54 launching a perl script Mart Zirnask
2011-09-21 13:01 ` Mart Zirnask
2011-09-22  4:40   ` XeCycle
2011-09-22  8:05 ` Andreas Röhler
2011-09-22 14:46 ` PJ Weisberg
2011-09-22 15:19   ` Mart Zirnask
2011-09-22 16:02     ` Mart Zirnask

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).