On 5 Apr 2009, Carsten Dominik wrote:
> thanks for this, org-reload now works on XEmacs.
>
> On Mar 31, 2009, at 8:38 PM, Tony E. Bennett wrote:
>
>> org-reload needs 'find-library-name', which is missing on XEmacs v21.5
>> at least. However there is 'find-library' which can be coerced into
>>
Hi Tony,
thanks for this, org-reload now works on XEmacs.
- Carsten
On Mar 31, 2009, at 8:38 PM, Tony E. Bennett wrote:
Hi
org-reload needs 'find-library-name', which is missing on XEmacs v21.5
at least. However there is 'find-library' which can be coerced into
providing the filename:
;
Hi
org-reload needs 'find-library-name', which is missing on XEmacs v21.5
at least. However there is 'find-library' which can be coerced into
providing the filename:
;; hack - XEmacs does not have find-library-name, needed by org-reload.
(when (not (fboundp 'find-library-name))
(requir