unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Heime <heimeborgia@protonmail.com>
To: Joost Kremers <joostkremers@fastmail.fm>
Cc: Heime via Users list for the GNU Emacs text editor
	<help-gnu-emacs@gnu.org>
Subject: Re: defalias inside a defun
Date: Tue, 09 Apr 2024 12:13:47 +0000	[thread overview]
Message-ID: <iGx7kA8euEdPxyJUOZAo-WQ-D41wjek4CqnpqKxIAW1D16CwH8CoRoNc7raZlaLO_YySyVzX5If1zgfFQsNkU54vbe1uzxKYciHw1UOtPx0=@protonmail.com> (raw)
In-Reply-To: <86le5mzxaz.fsf@p200300d6270a69d99ce50a63538851d9.dip0.t-ipconnect.de>


On Tuesday, April 9th, 2024 at 9:43 PM, Joost Kremers <joostkremers@fastmail.fm> wrote:

> On Sat, Apr 06 2024, Heime wrote:
> 
> > Would it be acceptable to call a defalias inside a defun ?\
> 
> 
> "Acceptable" how? Stylistically? Technically?

Technically.  I want to make available some aliases dependent upon certain
modes. 

(defun gali-exigens (seltr)
  "Load requirements based upon specific major modes and define
`gali' commands to access `avus' functionalities using
alternative names via aliases."

  (pcase seltr
    ;;------------------------------------------------------------
    ("Bash"
       (require 'avus-bash)
       (defalias 'gali-bash-zilindr #'avus-bash-zilindr
         "Insert bash constructs."))
    ;;------------------------------------------------------------
    ("Latex"
       (require 'avus-latex)
       (defalias 'gali-latex-zilindr #'avus-latex-zilindr
         "Insert latex constructs.")
       (defalias 'gali-latex-vjero #'avus-latex-vjero
         "Insert latex probability constructs.")
       (defalias 'gali-latex-ams #'avus-latex-ams
         "Insert latex ams constructs.")
       (defalias 'gali-latex-stix #'avus-latex-stix
         "Insert latex stix constructs.")) )

 
> Technically, I don't think it matters whether defalias occurs at the top level
> or inside a defun.
> 
> Stylistically, I don't really see anything wrong with it, but there's no
> accounting for taste. :-)
> 
> --
> Joost Kremers
> Life has its moments




  reply	other threads:[~2024-04-09 12:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-06  0:59 defalias inside a defun Heime
2024-04-09  9:43 ` Joost Kremers
2024-04-09 12:13   ` Heime [this message]
2024-04-09 13:48     ` Stefan Monnier via Users list for the GNU Emacs text editor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='iGx7kA8euEdPxyJUOZAo-WQ-D41wjek4CqnpqKxIAW1D16CwH8CoRoNc7raZlaLO_YySyVzX5If1zgfFQsNkU54vbe1uzxKYciHw1UOtPx0=@protonmail.com' \
    --to=heimeborgia@protonmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=joostkremers@fastmail.fm \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).