* void function error in bidi-mode
@ 2011-08-22 1:11 Tim Cross
2011-08-22 5:58 ` Eli Zaretskii
2011-08-22 7:17 ` Glenn Morris
0 siblings, 2 replies; 4+ messages in thread
From: Tim Cross @ 2011-08-22 1:11 UTC (permalink / raw)
To: Emacs developers
Hi Eli,
I've logged a bug for this, but thought you might want to know about it sooner.
Using the list-processes function generates the following backtrace
iff you have any running processes
Debugger entered--Lisp error: (void-function bidi-string-mark-left-to-right)
bidi-string-mark-left-to-right("SQL")
tabulated-list-print-entry(#<process SQL> ["SQL" "run" ("*SQL*" face
link help-echo "Visit buffer `*SQL*'" follow-link t process-buffer
#<buffer *SQL*> action process-menu-visit-buffer) "/dev/pts/4"
"sqlplus urs/ursdev@unedev"])
apply(tabulated-list-print-entry (#<process SQL> ["SQL" "run"
("*SQL*" face link help-echo "Visit buffer `*SQL*'" follow-link t
process-buffer #<buffer *SQL*> action process-menu-visit-buffer)
"/dev/pts/4" "sqlplus urs/ursdev@unedev"]))
tabulated-list-print()
list-processes()
call-interactively(list-processes t nil)
execute-extended-command(nil)
call-interactively(execute-extended-command nil nil)
I produced this with the following
emacs -Q
set debug on error
create a process. I used M-x sql-oracle to connect to a database
Run M-x list-processes
This is with emacs taken from bzr trunk this morning.
Tim
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: void function error in bidi-mode
2011-08-22 1:11 void function error in bidi-mode Tim Cross
@ 2011-08-22 5:58 ` Eli Zaretskii
2011-08-22 6:06 ` Tim Cross
2011-08-22 7:17 ` Glenn Morris
1 sibling, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2011-08-22 5:58 UTC (permalink / raw)
To: Tim Cross; +Cc: emacs-devel
> Date: Mon, 22 Aug 2011 11:11:16 +1000
> From: Tim Cross <theophilusx@gmail.com>
>
> Hi Eli,
>
> I've logged a bug for this, but thought you might want to know about it sooner.
>
> Using the list-processes function generates the following backtrace
> iff you have any running processes
>
>
> Debugger entered--Lisp error: (void-function bidi-string-mark-left-to-right)
> bidi-string-mark-left-to-right("SQL")
I think you have a stale subr.elc, see my response in the bug report.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: void function error in bidi-mode
2011-08-22 5:58 ` Eli Zaretskii
@ 2011-08-22 6:06 ` Tim Cross
0 siblings, 0 replies; 4+ messages in thread
From: Tim Cross @ 2011-08-22 6:06 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: emacs-devel
On Mon, Aug 22, 2011 at 3:58 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Mon, 22 Aug 2011 11:11:16 +1000
>> From: Tim Cross <theophilusx@gmail.com>
>>
>> Hi Eli,
>>
>> I've logged a bug for this, but thought you might want to know about it sooner.
>>
>> Using the list-processes function generates the following backtrace
>> iff you have any running processes
>>
>>
>> Debugger entered--Lisp error: (void-function bidi-string-mark-left-to-right)
>> bidi-string-mark-left-to-right("SQL")
>
> I think you have a stale subr.elc, see my response in the bug report.
>
>
I'll have a look, but it would be surprising as I did a full build i.e.
sudo make distclean
bzr pull
./autogen.sh
/.configure --prefix=/usr/local
make bootstrap
sudo make install
sudo lib-src/blessmail ....
My sources lisp directory has
-rw-r--r-- 1 tcross tcross 167011 2011-08-22 09:21 subr.el
-rw-r--r-- 1 tcross tcross 134563 2011-08-22 10:05 subr.elc
and the install in /usr/local/share/emacs/24.0.50/lisp has
-rw-r--r-- 1 root tcross 134563 2011-08-22 10:05 subr.elc
-rw-r--r-- 1 root tcross 49738 2011-08-22 09:21 subr.el.gz
Tim
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: void function error in bidi-mode
2011-08-22 1:11 void function error in bidi-mode Tim Cross
2011-08-22 5:58 ` Eli Zaretskii
@ 2011-08-22 7:17 ` Glenn Morris
1 sibling, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2011-08-22 7:17 UTC (permalink / raw)
To: Tim Cross; +Cc: Emacs developers
Tim Cross wrote:
> I've logged a bug for this, but thought you might want to know about
> it sooner.
This mailing list is no faster than the other. There's no need for such
duplication, and it splits discussion.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-08-22 7:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-22 1:11 void function error in bidi-mode Tim Cross
2011-08-22 5:58 ` Eli Zaretskii
2011-08-22 6:06 ` Tim Cross
2011-08-22 7:17 ` Glenn Morris
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.