From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: extra-interactive functions Date: Fri, 03 Jun 2011 20:59:29 +0200 Message-ID: <4DE92F11.9010300@gmx.at> References: <87pqngewwp.fsf@spindle.srvr.nix> <87pqnfu51p.fsf@spindle.srvr.nix> <87d3jf3ef8.fsf_-_@lifelogs.com> <87fwobasiy.fsf@lifelogs.com> <87mxi1qlwv.fsf@lifelogs.com> <874o48axbk.fsf@lifelogs.com> <87tyc7i1yw.fsf@lifelogs.com> <4DE8CFA8.5020707@gmx.at> <87vcwneyyl.fsf_-_@lifelogs.com> <4DE8FD71.1000004@gmx.at> <87boyegajh.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1307127596 8628 80.91.229.12 (3 Jun 2011 18:59:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Jun 2011 18:59:56 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 03 20:59:52 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QSZb5-0004pT-NG for ged-emacs-devel@m.gmane.org; Fri, 03 Jun 2011 20:59:51 +0200 Original-Received: from localhost ([::1]:33655 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSZb4-000571-HE for ged-emacs-devel@m.gmane.org; Fri, 03 Jun 2011 14:59:50 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:46490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSZap-00056j-Ky for emacs-devel@gnu.org; Fri, 03 Jun 2011 14:59:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QSZao-0001gQ-G5 for emacs-devel@gnu.org; Fri, 03 Jun 2011 14:59:35 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:48602) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QSZao-0001gI-3d for emacs-devel@gnu.org; Fri, 03 Jun 2011 14:59:34 -0400 Original-Received: (qmail invoked by alias); 03 Jun 2011 18:59:31 -0000 Original-Received: from 62-47-62-119.adsl.highway.telekom.at (EHLO [62.47.62.119]) [62.47.62.119] by mail.gmx.net (mp013) with SMTP; 03 Jun 2011 20:59:31 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+7XztFTmS7dxsA+DWt/EwijcGLdl3PgYiVp0HQZJ JO0WZjmRVk8c6a User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <87boyegajh.fsf@lifelogs.com> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 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:140145 Archived-At: > You're sort of side-stepping my suggestion of a special tag for > functions that should not be called from ELisp. Is it because you think > it's too unusual to be useful, or something else? Such functions should be in `byte-compile-interactive-only-functions'. Currently, I don't want to include `switch-to-buffer' because it would create too many useless warnings. Eventually, I have to check in every single case whether the intended use is to really show the buffer in the selected window or simply in some window. We could add `find-file' though ;-) martin