all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "José A. Romero L." <escherdragon@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: elpa package loading problem?
Date: Mon, 4 Jun 2012 12:18:42 -0700 (PDT)	[thread overview]
Message-ID: <2a88f443-9a6d-4395-83f5-f21bd4c831f7@googlegroups.com> (raw)
In-Reply-To: <d445ca1b-d47b-46bf-ac16-f46742bcb449@googlegroups.com>

> (...)
> > apps key, i get: “Symbol's function definition is void: smex”. If i
> (...)

BTW, for smex I've added this to my .emacs:

    (defun jarl/smex ()
      (interactive)
      (condition-case description
          (progn
            (smex-initialize)
            (global-set-key (kbd "M-x") 'smex)
            (global-set-key (kbd "M-X") 'smex-major-mode-commands)
            (global-set-key (kbd "C-c C-c M-x") 'execute-extended-command)
            (smex))
        (error (execute-extended-command))))
    (global-set-key (kbd "M-x") 'jarl/smex)

Cheers,
--
José A. Romero L.
escherdragon at gmail
"We who cut mere stones must always be envisioning cathedrals."
(Quarry worker's creed)



  reply	other threads:[~2012-06-04 19:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-02 16:44 elpa package loading problem? Xah Lee
2012-06-04  8:58 ` José A. Romero L.
2012-06-04 19:18   ` José A. Romero L. [this message]
2012-06-04 23:09   ` Xah Lee
2012-11-29  7:09 ` Easior
2012-11-30  4:18   ` Jude DaShiell
     [not found] ` <mailman.14118.1354247749.855.help-gnu-emacs@gnu.org>
2012-11-30  4:53   ` Xah Lee

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=2a88f443-9a6d-4395-83f5-f21bd4c831f7@googlegroups.com \
    --to=escherdragon@gmail.com \
    --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.