unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Daniel R. Grayson" <danielrichardgrayson@gmail.com>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 55744@debbugs.gnu.org
Subject: bug#55744: infinite loop
Date: Tue, 31 May 2022 13:42:27 -0700	[thread overview]
Message-ID: <CABWu70FTzR=VRj6H5MkvP6mswPnCdBdgH_Q-yA752Vo_4D-LLQ@mail.gmail.com> (raw)
In-Reply-To: <874k154fbj.fsf@gnus.org>


[-- Attachment #1.1: Type: text/plain, Size: 105 bytes --]

Ah, indeed, the bug doesn't seem to be reproducible with "-Q".  I attach my
.emacs and .emacs-Macaulay2.

[-- Attachment #1.2: Type: text/html, Size: 172 bytes --]

[-- Attachment #2: .emacs --]
[-- Type: application/octet-stream, Size: 66412 bytes --]

[-- Attachment #3: .emacs-Macaulay2 --]
[-- Type: application/octet-stream, Size: 1179 bytes --]

;-*-emacs-lisp-*-

;; add "/Applications/Macaulay2-1.20/share/emacs/site-lisp/macaulay2" to load-path if it isn't there
(add-to-list 'load-path "/Applications/Macaulay2-1.20/share/emacs/site-lisp/macaulay2")

;; add "/Applications/Macaulay2-1.20/share/info" to Info-default-directory-list if it isn't there
(add-to-list 'Info-default-directory-list "/Applications/Macaulay2-1.20/share/info")

;; add "/Applications/Macaulay2-1.20/bin" to PATH if it isn't there
(if (not (string-match "/Applications/Macaulay2-1.20/bin" (getenv "PATH")))
     (setenv "PATH" "/Applications/Macaulay2-1.20/bin:$PATH" t))

;; this version will give an error if M2-init.el is not found:
(load "M2-init")

;; this version will not give an error if M2-init.el is not found:
;(load "M2-init" t)

; You may comment out the following line with an initial semicolon if you 
; want to use your f12 key for something else.  However, this action
; will be undone the next time you run setup() or setupEmacs().
(global-set-key [ f12 ] 'M2)

; Prevent Emacs from inserting a superfluous "See" or "see" in front
; of the hyperlinks when reading documentation in Info mode.
(setq Info-hide-note-references 'hide)

  reply	other threads:[~2022-05-31 20:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-31 19:49 bug#55744: infinite loop Daniel R. Grayson
2022-05-31 20:12 ` Lars Ingebrigtsen
2022-05-31 20:26   ` Daniel R. Grayson
2022-05-31 20:28     ` Lars Ingebrigtsen
2022-05-31 20:42       ` Daniel R. Grayson [this message]
2022-06-01  2:29         ` Lars Ingebrigtsen
2022-06-01 14:27           ` Daniel R. Grayson
2022-06-01 15:35             ` Lars Ingebrigtsen
2022-06-01 15:47               ` Daniel R. Grayson
2022-06-01 15:48                 ` Lars Ingebrigtsen
2022-06-06 22:15               ` Richard Stallman
2022-06-06 22:46                 ` Daniel R. Grayson
2022-06-07  2:28                 ` Eli Zaretskii

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='CABWu70FTzR=VRj6H5MkvP6mswPnCdBdgH_Q-yA752Vo_4D-LLQ@mail.gmail.com' \
    --to=danielrichardgrayson@gmail.com \
    --cc=55744@debbugs.gnu.org \
    --cc=larsi@gnus.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).