From mboxrd@z Thu Jan  1 00:00:00 1970
Path: news.gmane.org!not-for-mail
From: jduthen@gmail.com
Newsgroups: gmane.emacs.help
Subject: Re: How properly utilize the minibuffer and inactive minibuffer
	startup hooks?
Date: Thu, 10 Jul 2014 05:46:27 -0700 (PDT)
Message-ID: <b1f3d034-1318-4882-adff-6b38486435f2@googlegroups.com>
References: <mailman.5105.1404869933.1147.help-gnu-emacs@gnu.org>
NNTP-Posting-Host: plane.gmane.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Trace: ger.gmane.org 1404996647 14802 80.91.229.3 (10 Jul 2014 12:50:47 GMT)
X-Complaints-To: usenet@ger.gmane.org
NNTP-Posting-Date: Thu, 10 Jul 2014 12:50:47 +0000 (UTC)
To: help-gnu-emacs@gnu.org
Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 10 14:50:41 2014
Return-path: <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>
Envelope-to: geh-help-gnu-emacs@m.gmane.org
Original-Received: from lists.gnu.org ([208.118.235.17])
	by plane.gmane.org with esmtp (Exim 4.69)
	(envelope-from <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>)
	id 1X5Do1-0006Lj-AJ
	for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Jul 2014 14:50:33 +0200
Original-Received: from localhost ([::1]:37883 helo=lists.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>)
	id 1X5Do0-0005bm-Sh
	for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Jul 2014 08:50:32 -0400
X-Received: by 10.236.62.165 with SMTP id y25mr20187197yhc.26.1404996387854;
	Thu, 10 Jul 2014 05:46:27 -0700 (PDT)
X-Received: by 10.182.61.9 with SMTP id l9mr258817obr.1.1404996387702; Thu, 10
	Jul 2014 05:46:27 -0700 (PDT)
Original-Path: usenet.stanford.edu!hn18no164416igb.0!news-out.google.com!gf2ni5igb.0!nntp.google.com!hn18no164412igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Original-Newsgroups: gnu.emacs.help
In-Reply-To: <mailman.5105.1404869933.1147.help-gnu-emacs@gnu.org>
Complaints-To: groups-abuse@google.com
Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=213.39.33.67;
	posting-account=rgX2qAoAAABSEvim9OouvBbR3ykJzh6C
Original-NNTP-Posting-Host: 213.39.33.67
User-Agent: G2/1.0
Injection-Date: Thu, 10 Jul 2014 12:46:27 +0000
Original-Xref: usenet.stanford.edu gnu.emacs.help:206353
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>,
	<mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/help-gnu-emacs>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
	<mailto:help-gnu-emacs-request@gnu.org?subject=subscribe>
Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org
Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org
Xref: news.gmane.org gmane.emacs.help:98621
Archived-At: <http://permalink.gmane.org/gmane.emacs.help/98621>

Le mardi 8 juillet 2014 22:07:59 UTC+2, Grant Rettke wrote=C2=A0:
>=20
> 1 My goal
> =E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=
=E2=95=90
>=20
>   My goal is to enable [smartparens] in the minibuffer
>   but only when calling `eval-expression'.=20

If, by any chance, your goal is a subgoal of enabling smartparens=20
when evaluating some lisp expressions, I would recommand to use:
M-x ielm RET

Usually, when I have to type M-: more than once
or if the expression is complexe enough to require paren matching,
I tend to use ielm.

Maybe that might help...

)jack(