From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Question about standard_args structure Date: Sun, 8 Dec 2002 08:56:36 +0200 (IST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <002c01c29e71$84ddd9e0$6501a8c0@GODDESS> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1039331106 26311 80.91.224.249 (8 Dec 2002 07:05:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 8 Dec 2002 07:05:06 +0000 (UTC) Cc: "Emacs-Devel \(E-mail\)" Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18KvUu-0006qE-00 for ; Sun, 08 Dec 2002 08:05:04 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18KveO-0005ew-00 for ; Sun, 08 Dec 2002 08:14:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18KvNB-00032j-05 for emacs-devel@quimby.gnus.org; Sun, 08 Dec 2002 01:57:05 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18KvN0-00032d-00 for emacs-devel@gnu.org; Sun, 08 Dec 2002 01:56:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18KvMy-00032S-00 for emacs-devel@gnu.org; Sun, 08 Dec 2002 01:56:53 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18KvMx-00032N-00 for emacs-devel@gnu.org; Sun, 08 Dec 2002 01:56:51 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA21709; Sun, 8 Dec 2002 08:56:36 +0200 (IST) X-Sender: eliz@is Original-To: Ben Key In-Reply-To: <002c01c29e71$84ddd9e0$6501a8c0@GODDESS> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:9974 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9974 On Sat, 7 Dec 2002, Ben Key wrote: > What is the purpose of the priority member of the standard_args structure? IIRC, the arguments should be handled in the order of their priorities.