Newsgroups: gnu.emacs.help
From: formido <form...@gmail.com>
Date: Thu, 24 Jul 2008 10:36:02 -0700 (PDT)
Local: Thurs, Jul 24 2008 1:36 pm
Subject: What does 'run' do in cperl-mode?
So, I've got:
print "Hello World\n"; ... in the buffer and it's saved. I can use the debugger command to More generally, when confronted by a menu command, how can I easily go You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: formido <form...@gmail.com>
Date: Thu, 24 Jul 2008 20:02:26 -0700 (PDT)
Local: Thurs, Jul 24 2008 11:02 pm
Subject: Re: What does 'run' do in cperl-mode?
On Jul 24, 10:36 am, formido <form...@gmail.com> wrote:
> So, I've got: And I found the answer to the first question, buried in cperl's page > print "Hello World\n"; > ... in the buffer and it's saved. I can use the debugger command to > More generally, when confronted by a menu command, how can I easily go at emacswiki: Apparently you have to install something called Mode Compile. You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: Xah <xah...@gmail.com>
Date: Fri, 25 Jul 2008 07:55:29 -0700 (PDT)
Local: Fri, Jul 25 2008 10:55 am
Subject: Re: What does 'run' do in cperl-mode?
On Jul 24, 10:36 am, formido <form...@gmail.com> wrote:
> So, I've got: I don't know. But you can run it by typing Alt+x shell-command > print "Hello World\n"; > ... in the buffer and it's saved. I can use the debugger command to (shortcut Alt+x !) then type “perl ‹filename›”. Or, you can write a short elisp so that pressing a key will run the (defun run-current-file () (global-set-key (kbd "<f7>") 'run-current-file) for detail, see: > More generally, when confronted by a menu command, how can I easily go Type Alt+x describe-key, then pull the menu. Then, you'll get the > to its definition? command name run by that menu. Then, type Alt+x describe-function. It'll pop up the online doc of the function with link to the source code where the function is defined. Xah ☄ You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: Ted Zlatanov <t...@lifelogs.com>
Date: Fri, 25 Jul 2008 11:41:51 -0500
Local: Fri, Jul 25 2008 12:41 pm
Subject: Re: What does 'run' do in cperl-mode?
On Fri, 25 Jul 2008 07:55:29 -0700 (PDT) Xah <xah...@gmail.com> wrote:
X> But you can run it by typing Alt+x shell-command (shortcut Alt+x !) Please note that Alt is not the preferred prefix name for Emacs 1) Meta can be mapped to keys other than Alt 2) Meta can be invoked with ESC as well, which is very handy in a Ted You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: Xah <xah...@gmail.com>
Date: Fri, 25 Jul 2008 14:55:48 -0700 (PDT)
Local: Fri, Jul 25 2008 5:55 pm
Subject: Re: What does 'run' do in cperl-mode?
On Jul 25, 9:41 am, Ted Zlatanov <t...@lifelogs.com> wrote:
> On Fri, 25 Jul 2008 07:55:29 -0700 (PDT)Xah<xah...@gmail.com> wrote: Thanks for the info, i think it's good to know. > X> But you can run it by typing Alt+x shell-command (shortcut Alt+x !) > Please note that Alt is not the preferred prefix name for Emacs > 1) Meta can be mapped to keys other than Alt > 2) Meta can be invoked with ESC as well, which is very handy in a > Ted Here're some reason i think emacs should adopt the Alt+‹key› or • The Alt+‹key› or Alt-‹key› notation is universal among Windows and • The Meta name isn't in some linguistic sense superior that covers • By default on all major OSes in use (Windows and Linux and OSX), • Historically, a “Meta+‹key›” shortcut in emacs can also be invoked • The ability of pressing Esc for Meta might be still useful for some • A argument from user interface perspective, is that multiple For some detail related to the Meta key, see: Xah ☄ You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: "Lennart Borgman (gmail)" <lennart.borg...@gmail.com>
Date: Sat, 26 Jul 2008 02:33:41 +0200
Local: Fri, Jul 25 2008 8:33 pm
Subject: Re: What does 'run' do in cperl-mode?
Why should the documentation call Meta for Alt when it is not Alt? In
for example the patched version of Emacs+EmacsW32 it is possible to use left and/or right windows keys as Meta. I guess a lot of people do that. The advantage is that you can use the menus the same way as you are used I think it is much better to clearly tell new users the distinction. You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: Xah <xah...@gmail.com>
Date: Fri, 25 Jul 2008 18:41:59 -0700 (PDT)
Local: Fri, Jul 25 2008 9:41 pm
Subject: Re: What does 'run' do in cperl-mode?
On Jul 25, 5:33 pm, "Lennart Borgman (gmail)"
<lennart.borg...@gmail.com> wrote: Standard and familiarity is important. Going by tech details, each app > Why should the documentation call Meta for Alt when it is not Alt? In > for example the patched version of Emacs+EmacsW32 it is possible to use > left and/or right windows keys as Meta. I guess a lot of people do that. will argue about the superiority of their terminology to no ends. For example, Linux's KDE and Gnome largely adated all Windows's terms. Bottom line is that words and terms change with time, in computing as The following is a excerpt from the Wikipedia article on Common User ------------------- CUA was a detailed specification and set strict rules about how Examples: * In WordPerfect, the command to open a file was [F7], [3]. Some programs used [Esc] to cancel an action, some used it to Thus, every program had to be learned individually and its ------------------- Who is to say, that the DOS era (~1990) of Microsoft Word's system of ------------------- The purpose of a standard, or standard terminology and notation, is so > The advantage is that you can use the menus the same way as you are used Emacs features remains they are. Any user can easily learn and use all > to in other w32 programs. > I think it is much better to clearly tell new users the distinction. the features as before. ----------------------- Even technically, Meta is just wrong. There is no Meta key except Sun Emacs did not adapt the changing landscape of computing industry, and PS previous post on “Emacs's M-‹key› Notation vs Alt+‹key› Notation” Xah ☄ You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: Florian Beck <abstrakt...@t-online.de>
Date: Sat, 26 Jul 2008 02:05:37 +0200
Local: Fri, Jul 25 2008 8:05 pm
Subject: Re: What does 'run' do in cperl-mode?
Xah <xah...@gmail.com> writes: Actually, Meta is the name X11 gives to one of the modifier keys. Others > • The Meta name isn't in some linguistic sense superior that covers > different modifier keys on different OSes. It was one of the modifier > key on obsolete keyboards used by lisp machines in the 1980s. are control, alt, super and hyper. The problem with your suggestion is that while on some keyboards the key You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: Xah <xah...@gmail.com>
Date: Fri, 25 Jul 2008 19:04:03 -0700 (PDT)
Local: Fri, Jul 25 2008 10:04 pm
Subject: Re: What does 'run' do in cperl-mode?
Xah writes: «The Meta name isn't in some linguistic sense superior that covers different modifier keys on different OSes. It was one of the modifier key on obsolete keyboards used by lisp machines in the 1980s.» On Jul 25, 5:05 pm, Florian Beck wrote: I am sure Lisp Machine's keyboards predate X11. One way to start Unless, you actually have knowledge in the history of the subject. In Thanks. Xah ☄ You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: gnu.emacs.help
From: Nikolaj Schumacher <n_schumac...@web.de>
Date: Mon, 28 Jul 2008 13:42:00 +0200
Subject: Re: What does 'run' do in cperl-mode?
Xah <xah...@gmail.com> wrote: This mailing list is not for feature suggestions or bug reports. > Here're some reason i think emacs should adopt the Alt+‹key› or > Alt-‹key› notation throughout its documentation. regards, You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2012 Google |