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

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

Re: File for minor mode not found


From: tomas
Subject: Re: File for minor mode not found
Date: Sun, 9 Jan 2022 07:47:00 +0100

On Sun, Jan 09, 2022 at 06:14:33AM +0100, fatiparty--- via Users list for the 
GNU Emacs text editor wrote:
> 
> Have made a minor mode called daph stored in file path
> 
> ~/Admir/typ/zig/daph-ideograms"

Under which name is it stored there?

> This is the call for daph-minor-mode
> 
> (define-minor-mode daph-minor-mode
> 
> At the end or the file I use (provide 'daph)
> 
> In another file I call the minor mode
> 
> (defun fad-daph-ideograms ()
>    "Tex command highlighting."
> 
>    (add-to-list
>       'load-path "~/Admir/typ/zig/daph-ideograms")
> 
>    (require 'daph)

This is looking for a file "daph.el" (after looking for a "daph.elc")
somewhere in `load-path'. Does that exist?

Sorry for asking something which might be obvious, but your question
doesn't make it completely clear.

Cheers
-- 
t

Attachment: signature.asc
Description: PGP signature


reply via email to

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