From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: help-gnu-emacs.el Date: Tue, 30 Jun 2009 08:05:49 +0200 Message-ID: <4A49AB3D.7080803@easy-emacs.de> References: <87y6rarfv3.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1246352127 30703 80.91.229.12 (30 Jun 2009 08:55:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Jun 2009 08:55:27 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Sean Sieger Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 30 10:55:20 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MLZ7W-0000Tx-CK for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Jun 2009 10:55:18 +0200 Original-Received: from localhost ([127.0.0.1]:32993 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLZ7V-0001ys-DD for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Jun 2009 04:55:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLWR8-0007Xw-4Y for help-gnu-emacs@gnu.org; Tue, 30 Jun 2009 02:03:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLWR2-0007XX-MK for help-gnu-emacs@gnu.org; Tue, 30 Jun 2009 02:03:21 -0400 Original-Received: from [199.232.76.173] (port=46847 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLWR2-0007XU-GQ for help-gnu-emacs@gnu.org; Tue, 30 Jun 2009 02:03:16 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.9]:65474) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLWR1-0003lL-P9 for help-gnu-emacs@gnu.org; Tue, 30 Jun 2009 02:03:16 -0400 Original-Received: from [192.168.178.27] (p54BE973E.dip0.t-ipconnect.de [84.190.151.62]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0MKsym-1MLWQz3wOV-000OJJ; Tue, 30 Jun 2009 08:03:14 +0200 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) In-Reply-To: <87y6rarfv3.fsf@gmail.com> X-Provags-ID: V01U2FsdGVkX19vjwvB1j7HYwUMuUI9yDVoVbhzVkxq5MESExg B9SzCdAQXTpYt8sTPQIPV4zrOUexxSU7uuU5B3lrTL1cFg2D3I Ly9Juz3FdGJVT8XZftNJedHE+bOqTxuVmZ4slHzFn0= X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-Mailman-Approved-At: Tue, 30 Jun 2009 04:54:49 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65669 Archived-At: Sean Sieger wrote: > 21 ;;; Commentary: > 22 > 23 ;; This file contains stuff found at > 24 ;; help-gnu-emacs@gnu.org, which was seems of interest > 25 ;; to preserve that way > 26 > 27 ;; Please note: code here does not reflect fully > 28 ;; discussions but delivers an extract from it. As > 29 ;; functions may be defined differently, its not > 30 ;; suitable to compile it. > > Can a defun be written to handle multiple definitions, say by > `numbering' them ... signaling a `multiple definition error' ... asking > the hacker, `which one?' and compiling it? > > Please forgive my naivete. > > > > > Hi Sean, probably it's possible, as fairly all logical operations seem possible with computers. AFAIU we have that somehow with options while compiling the C-sources. Do you have a precise case in mind where you need such things? Andreas