all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Mastro <john.b.mastro@gmail.com>
To: EMACS Help <help-gnu-emacs@gnu.org>
Cc: Douglas Harter <dougharter@comcast.net>
Subject: Re: Macro problem
Date: Tue, 15 May 2018 10:13:20 -0700	[thread overview]
Message-ID: <CAOj2CQS-qgXTzdEUKJsNj9cQWieKuWYDAVabH-22EueBPof=4w@mail.gmail.com> (raw)
In-Reply-To: <004c01d3ec5d$a7c0cb20$f7426160$@comcast.net>

Douglas Harter <dougharter@comcast.net> wrote:
> I sent this over the weekend The only response was suggesting that Windows
> was screwing with my .emacs, which didn't seem possible on 2 separate
> computers, and also because my .emacs didn't change.
>
> One of my applications has commands attached to the F6-F12 keys. A friend &
> I are having a problem with a macro made up of the F-keys. We had a macro
> created with the F3 macro F4 sequence. The Macro was F8 F10 F10 F8 F7. It
> executed fine for a few times then Emacs froze. I had to kill it. Running
> Windows 10 and Emacs 25.3. Executing that same series of keys manually gives
> us no problems.

It's likely that the problem is related to one or more of the commands,
so it's hard for people to offer much advice without knowing what
specific commands are being run (preferably with a sample buffer so they
can reproduce the freeze).

However, two very general ideas that come to mind are:

- Try running the macro from "emacs -Q" with only the minimal
  setup/configuraton to make the macro runnable. If this doesn't get
  stuck, it implies some package or configuration is contributing to the
  issue.

- If you have some familiarity with debuggers, run emacs under GDB and
  then use "kill -TSTP PID" when emacs gets stuck, which will allow GDB
  to kick in. Then you can get a backtrace and see what's happening.

Hope that helps

        John



  reply	other threads:[~2018-05-15 17:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-15 15:01 Macro problem Douglas Harter
2018-05-15 17:13 ` John Mastro [this message]
     [not found] <mailman.32.1526396527.20804.help-gnu-emacs@gnu.org>
2018-05-15 15:32 ` Barry Margolin
2018-05-15 16:20   ` Paw Writer
2018-05-15 17:13     ` Søren Pilgård
  -- strict thread matches above, loose matches on Subject: below --
2018-05-13 20:22 Douglas Harter
2007-04-02 21:15 Macro Problem vy
2007-04-03  8:11 ` Pascal Bourguignon
2007-04-04  9:53   ` vy

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

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

  git send-email \
    --in-reply-to='CAOj2CQS-qgXTzdEUKJsNj9cQWieKuWYDAVabH-22EueBPof=4w@mail.gmail.com' \
    --to=john.b.mastro@gmail.com \
    --cc=dougharter@comcast.net \
    --cc=help-gnu-emacs@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.