all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Macro Problem
@ 2007-04-02 21:15 vy
  2007-04-03  8:11 ` Pascal Bourguignon
  0 siblings, 1 reply; 9+ messages in thread
From: vy @ 2007-04-02 21:15 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I'm trying to fix a macro for a simple task but still couldn't figure
out the solution to the problem emacs complains about. Here's the
related macro:

(defun adhoc-make-font-face (face spec)
  `(,face ((((class color)
              (min-colors 8))
             ,spec))))

(defmacro adhoc-custom-set-faces (faces)
  `(custom-set-faces
    ,@(loop for face in faces
            collect (adhoc-make-font-face (first face) (second
face)))))

(adhoc-custom-set-faces
 '((font-lock-builtin-face (:foreground "yellow"))
   (font-lock-comment-face (:foreground "red"))
   (font-lock-function-name-face (:foreground "cyan"
                                  :underline "cyan"))))

I'll be appreciated if anybody can give some hints about how to fix
the problem.


Regards.

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Macro problem
@ 2018-05-13 20:22 Douglas Harter
  0 siblings, 0 replies; 9+ messages in thread
From: Douglas Harter @ 2018-05-13 20:22 UTC (permalink / raw)
  To: EMACS Help

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.



Douglas J Harter





^ permalink raw reply	[flat|nested] 9+ messages in thread
* Macro problem
@ 2018-05-15 15:01 Douglas Harter
  2018-05-15 17:13 ` John Mastro
  0 siblings, 1 reply; 9+ messages in thread
From: Douglas Harter @ 2018-05-15 15:01 UTC (permalink / raw)
  To: EMACS Help

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.



Douglas J Harter





^ permalink raw reply	[flat|nested] 9+ messages in thread
[parent not found: <mailman.32.1526396527.20804.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2018-05-15 17:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-02 21:15 Macro Problem vy
2007-04-03  8:11 ` Pascal Bourguignon
2007-04-04  9:53   ` vy
  -- strict thread matches above, loose matches on Subject: below --
2018-05-13 20:22 Macro problem Douglas Harter
2018-05-15 15:01 Douglas Harter
2018-05-15 17:13 ` John Mastro
     [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

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.