From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: trunk r116285: * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start Date: Thu, 13 Feb 2014 08:33:34 -0500 Message-ID: References: <87zjm4tl2b.fsf@yandex.ru> <52F99C65.5010007@yandex.ru> <871tz995bl.fsf@web.de> <87ioslaepv.fsf@yandex.ru> <87vbwk60r2.fsf@web.de> <87ob2br3vv.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1392298426 14760 80.91.229.3 (13 Feb 2014 13:33:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Feb 2014 13:33:46 +0000 (UTC) Cc: Michael Heerdegen , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 13 14:33:53 2014 Return-path: Envelope-to: ged-emacs-devel@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 1WDwQL-0005mE-C1 for ged-emacs-devel@m.gmane.org; Thu, 13 Feb 2014 14:33:53 +0100 Original-Received: from localhost ([::1]:46339 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDwQK-0007Km-L1 for ged-emacs-devel@m.gmane.org; Thu, 13 Feb 2014 08:33:52 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDwQA-0007KY-BQ for emacs-devel@gnu.org; Thu, 13 Feb 2014 08:33:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDwQ2-0003Vw-TC for emacs-devel@gnu.org; Thu, 13 Feb 2014 08:33:42 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:54492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDwQ2-0003Vp-Pd for emacs-devel@gnu.org; Thu, 13 Feb 2014 08:33:34 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFLd+mu/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNJIgeBsEtkQoDiGGcGYFegxWBSAQ X-IPAS-Result: Av4EABK/CFFLd+mu/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNJIgeBsEtkQoDiGGcGYFegxWBSAQ X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="47524027" Original-Received: from 75-119-233-174.dsl.teksavvy.com (HELO pastel.home) ([75.119.233.174]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 13 Feb 2014 08:33:34 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 15B2560079; Thu, 13 Feb 2014 08:33:34 -0500 (EST) In-Reply-To: <87ob2br3vv.fsf@yandex.ru> (Dmitry Gutov's message of "Thu, 13 Feb 2014 07:13:56 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169582 Archived-At: > We might add special handling for `eval-after-load' eventually, but No: people should be moving to with-eval-after-load which does not suffer from such problems. > `eval' should be more rare: I'd expect that most of the time it's passed > a variable, not a straight quoted form. Although yes, mutual canceling > of `eval' and one quote shouldn't be too hard to implement. Again, probably undesirable, since the use of `eval' should not be encouraged. Stefan