emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

void function error in bidi-mode


From: Tim Cross
Subject: void function error in bidi-mode
Date: Mon, 22 Aug 2011 11:11:16 +1000

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/address@hidden"])
  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/address@hidden"]))
  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]