unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Ihor Radchenko <yantar92@posteo.net>
To: 65063@debbugs.gnu.org
Subject: bug#65063: 30.0.50; Macro indentation in emacs-lisp-mode when the macro definition is not yet loaded
Date: Sat, 05 Aug 2023 06:29:05 +0000	[thread overview]
Message-ID: <871qgi0zpq.fsf@localhost> (raw)

Consider the following:

1. File yant-test.el
(defmacro yant/test (param &rest body)
  ""
  (declare (indent 1))
  `(let ((foo ,param))
     ,@body))

(provide 'yant-test)

2. Put this file into the load-path, but do not load.

3. File yant-test2.el

(require 'yant-test)

(yant/test 1
	   (+ 1 2))

In the above file, M-x indent-region on the macro call will yield the
above, incorrect, indentation.

Expected:

(yant/test 1
  (+ 1 2))

I am not sure if there is a clean solution to this problem, but it has
been bugging me for quite some time now, especially when I use
aggressive-indent-mode that messes up indentation in the whole file in
such scenario.

In GNU Emacs 30.0.50 (build 5, x86_64-pc-linux-gnu, GTK+ Version
 3.24.38, cairo version 1.17.8) of 2023-08-04 built on localhost
Repository revision: ce48073f1597ceecb82800e71c89b53badc9f9d0
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12101008
System Description: Gentoo Linux


-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>





                 reply	other threads:[~2023-08-05  6:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=871qgi0zpq.fsf@localhost \
    --to=yantar92@posteo.net \
    --cc=65063@debbugs.gnu.org \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).