help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: 'Hyperbole' - where can I find it?


From: Chris Fuchs
Subject: Re: 'Hyperbole' - where can I find it?
Date: Tue, 2 Oct 2001 09:39:42 -0700

on Tue,02 Oct 2001, Nick Dokos USG wrote:

> I have made two small changes to a stock hyperbole
> (I'm not sure where I got it but the date is June 1999).
> The changes are marked with arrows below. My emacs is 20.5.
> As far as I can tell, it othewise works fine.
> 
> In hsite.el:
> 
>         ...
>         ...
> 
> ;;; ************************************************************************
> ;;; XEMACS AND GNU EMACS 19 CONFIGURATION
> ;;; ************************************************************************
> 
> ;; No-op unless set by one of the conditionals below.
> (defun hui:but-flash ())
> 
> ---> ;; ND - fake out the device-type code - it does not exist in my setup.[ 
> Done @ 2001/06/22:10:46:23]
> ---> (defun device-type (&optional device)
> --->  'tty)
> 
> (if (and hyperb:emacs19-p window-system)
>         ...
>         ...
> 
> 
> 
> 
> 
> and in hmh.el (unless you use mh-e to read mail you probably don't need
> to worry about this):
> 
>         ...
>         ...
> (defun Mh-init ()
>   "Initializes Hyperbole support for Mh mail reading."
>   (interactive)
>   (setq hmail:composer  'mh-letter-mode
>       hmail:lister    'mh-folder-mode
>       hmail:modifier  'mh-letter-mode
>       hmail:reader    'mh-show-mode)
> --->;  (var:append 'mh-show-hook '(hmail:msg-narrow Mh-hbut-highlight))
> --->  (add-hook 'mh-show-hook 'Mh-hbut-highlight)
> --->  (add-hook 'mh-show-hook 'hmail:msg-narrow)
>         ...
>         ...
> 
> 
> HTH,
> Nick


Thanks for the info; unfortunately, I still get the same error.

Chris

--
   Failing to prepare is preparing to fail -Anonymous







reply via email to

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