From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Grant Rettke Newsgroups: gmane.emacs.help Subject: Re: How properly utilize the minibuffer and inactive minibuffer startup hooks? Date: Thu, 10 Jul 2014 10:08:50 -0500 Message-ID: References: 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 1405034508 3348 80.91.229.3 (10 Jul 2014 23:21:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jul 2014 23:21:48 +0000 (UTC) Cc: Emacs Help To: jduthen@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 11 01:21:42 2014 Return-path: 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 ) id 1X5Neo-0005Da-EI for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Jul 2014 01:21:42 +0200 Original-Received: from localhost ([::1]:38480 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5FyA-0007Zy-Da for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Jul 2014 11:09:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Fxt-0007Z7-L3 for help-gnu-emacs@gnu.org; Thu, 10 Jul 2014 11:08:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5Fxs-0006Js-3A for help-gnu-emacs@gnu.org; Thu, 10 Jul 2014 11:08:53 -0400 Original-Received: from mail-oa0-x22d.google.com ([2607:f8b0:4003:c02::22d]:52653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Fxr-0006Jd-RT for help-gnu-emacs@gnu.org; Thu, 10 Jul 2014 11:08:52 -0400 Original-Received: by mail-oa0-f45.google.com with SMTP id o6so10084241oag.32 for ; Thu, 10 Jul 2014 08:08:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=qppfvaOaHhT38w40TUvIc52mir0uU3L4KpJ6jcO/MmQ=; b=kYUnEW03Zs/3yr7GaDeRUekrFYLIZ02c0jxg+mbq9tgkeNUwuzV68vKv7D857HiA6Y CofBKj+pO9+V0iM8mhOxomIifS8im+B0v0XUchAGSGjgyS++YYCLDfqAYqj9I9p4XmEg zqKy8m4rGUrpo6Z6l0MUgpEAKR/XOgvdCPDhkiyfAKKhbDT8gTQupSdPc3Q50s5ckqXR +5BqymlhI9zzbouXBTmUGQfo9zL98im6YONTkwwqk1rq7IXTqzoqlcsAK6+ADZnkPPg+ 2BTn5YLBUQfHNMHawvZ/raMUXsM9rBbH9OPR10Rf13pnYgW4balxke6FXBzGocDpwvZK s+mw== X-Received: by 10.182.19.196 with SMTP id h4mr55875728obe.20.1405004930725; Thu, 10 Jul 2014 08:08:50 -0700 (PDT) Original-Received: by 10.182.77.39 with HTTP; Thu, 10 Jul 2014 08:08:50 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: ET-lgLXo6itR2dBr7vXcVllfbCs X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::22d 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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:98634 Archived-At: Good point as I'd been using eval-expression just like an IELM. Grant Rettke | ACM, ASA, FSF, IEEE, SIAM gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/ =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) =E2=80=9CLife has become immeasurably better since I have been forced to st= op taking it seriously.=E2=80=9D --Thompson On Thu, Jul 10, 2014 at 7:46 AM, wrote: > Le mardi 8 juillet 2014 22:07:59 UTC+2, Grant Rettke wrote : >> >> 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 >> >> My goal is to enable [smartparens] in the minibuffer >> but only when calling `eval-expression'. > > If, by any chance, your goal is a subgoal of enabling smartparens > 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(