Your message dated Tue, 18 Mar 2008 23:12:54 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Closing
has caused the Debian Bug report #296002,
regarding MOST_EDITOR doesn't support line number before filename
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
296002: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=296002
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: most
The most manual says:
MOST_EDITOR, SLANG_EDITOR
Either of these environment variables specify an editor for most
to invoke to edit a file. The value can contain %s and %d
formatting descriptors that represent the file name and line
number, respectively. For example, if JED is your editor, then
set MOST_EDITOR to 'jed %s -g %d'.
but this does not work as expected, the editor name is only passed if
it's before the line number, making it useless for any editor that gets
the line number arg like emacs (e.g. "+N filename").
$ export $MOST_EDITOR="zile +%d %s"
$ most .zshrc
# hitting 'e' for edit I get:
sh: Syntax error: "(" unexpected
## If I try without %s for the file name:
$ export $MOST_EDITOR="zile +%d"
$ most .zshrc
most will say:
Unsupported Editor definition
## then trying
$ export MOST_EDITOR="echo '%d %s'"
$ most .zshrc
5 (null)
$ export MOST_EDITOR="echo '%s %d'"
$ most .zshrc
.zshrc 5
----- # ------
best regards,
--
Francisco Borges
--- End Message ---
--- Begin Message ---
This bug seems to no longer be reproducible -- either by myself or by
upstream. Please reopen this bug if you can reproduce it in most 5.0.0a.
Regards,
Mako
--
Benjamin Mako Hill
[EMAIL PROTECTED]
http://mako.cc/
Creativity can be a social contribution, but only in so far
as society is free to use the results. --GNU Manifesto
signature.asc
Description: Digital signature
--- End Message ---