emacs-devel
[Top][All Lists]
Advanced

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

Re: BIG5-HKSCS?


From: Simon Josefsson
Subject: Re: BIG5-HKSCS?
Date: Sat, 15 Nov 2003 23:32:08 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/22.0.0 (gnu/linux)

Kenichi Handa <address@hidden> writes:

> In article <address@hidden>, Simon Josefsson <address@hidden> writes:
>> Kenichi Handa <address@hidden> writes:
>>>  % cvs -z3 -d:pserver:address@hidden:/cvsroot/emacs co -r emacs-unicode-2 
>>> emacs
>
>> I tried starting Gnus on it, but it failed.  It died with a elisp
>> backtrace regarding define-key or something like that within bbdb.
>> Since bbdb isn't a critical part, 
>
> As bbdb is not a part of Emacs, I have no idea what is wrong
> with it.

Here is a test case:

  (setq bbdb-mode-map (make-keymap))
  (suppress-keymap bbdb-mode-map)
  (define-key bbdb-mode-map [(?\;)]        'bbdb-record-edit-notes)
  (define-key bbdb-mode-map [(??)]         'bbdb-help)

Thanks.





reply via email to

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