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

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

bug#55885: 29.0.50; missed error message


From: Lars Ingebrigtsen
Subject: bug#55885: 29.0.50; missed error message
Date: Sun, 12 Jun 2022 12:13:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Andreas Röhler <andreas.roehler@easy-emacs.de> writes:

> Seems my example doesn't work. Herewith the original code considered faulty 
> from
> my init:
>
> (defvar ar-emacs-dir
>   (cond ((boundp 'lisp-directory)
>          (replace-regexp-in-string "/[^/]+/$" "" lisp-directory))
>         ((< (string-to-number (substring emacs-version 0 2)) 27)
>          (alt-emacsdir))
>         (t (progn (elisp-find-definition "featurep")
>               (replace-regexp-in-string "/[^/]+/$" "" (file-name-directory
> (buffer-file-name))))
>            (when ar-emacs-dir (kill-buffer "fns.c"))))) 

elisp-find-definition doesn't exist in the Emacs tree.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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