From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: About elements in `format-alist' Date: Mon, 17 Jun 2013 07:02:21 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1371423758 843 80.91.229.3 (16 Jun 2013 23:02:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Jun 2013 23:02:38 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 17 01:02:38 2013 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 1UoLy1-00043y-HN for ged-emacs-devel@m.gmane.org; Mon, 17 Jun 2013 01:02:37 +0200 Original-Received: from localhost ([::1]:38070 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoLy1-0004cl-6L for ged-emacs-devel@m.gmane.org; Sun, 16 Jun 2013 19:02:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoLxp-0004Pz-5x for emacs-devel@gnu.org; Sun, 16 Jun 2013 19:02:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoLxn-0000UV-3P for emacs-devel@gnu.org; Sun, 16 Jun 2013 19:02:25 -0400 Original-Received: from mail-ie0-x22c.google.com ([2607:f8b0:4001:c03::22c]:48251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoLxm-0000UI-Uo for emacs-devel@gnu.org; Sun, 16 Jun 2013 19:02:23 -0400 Original-Received: by mail-ie0-f172.google.com with SMTP id 16so5495762iea.31 for ; Sun, 16 Jun 2013 16:02:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=CNW/wF1qeTjb6/kBOKeOUaiGqz39JCupHOHbgp57mow=; b=nnx73TeO59gIepGsHUScYCEOCxTSj/gYjRzezm1wDgiiKAij24qOeuqesPYTRHyTBH I+VMRoQu4pEsHQsyH3MzSwAemVbamkPI+W/syDFqXSnFRfQ8hOsKDsdiIMX6GjIgJDRo /G0vDhAlln9EDajAl2HaoRTtPfnJC4M41cVHn7uH5pvqcURH/n2N2D5lKnUBJtEgBscL DFjKPAHsjIQIWxdOP6wS9sPTITJ2a8vyPD7l3mmb4wYIppuScwINFXaiR2/qR0SM+GRp xpIWAQogMlA/pv2tjKGFPMPMdsNP4HouovaVBzXpT5htrKlBBZZARelkbJq3lSV3U/gR 7wLA== X-Received: by 10.50.39.76 with SMTP id n12mr3442030igk.101.1371423742014; Sun, 16 Jun 2013 16:02:22 -0700 (PDT) Original-Received: by 10.42.159.68 with HTTP; Sun, 16 Jun 2013 16:02:21 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22c 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:160478 Archived-At: Hi list, In the doc string of `format-alist': Elements are of the form (NAME DOC-STR REGEXP FROM-FN TO-FN MODIFY MODE-FN PRESERVE). There should be 8 elements in each list. But there are only 7 elements in each list of the default value. Which one is absent? If there's an optional element, I think we should mention it in the doc string. -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/