comparison etc/ETAGS.EBNF @ 5118:e0db3c197671 ben-lisp-object

merge up to latest default branch, doesn't compile yet
author Ben Wing <ben@xemacs.org>
date Sat, 26 Dec 2009 21:18:49 -0600
parents a827a51c3241
children 308d34e9f07d
comparison
equal deleted inserted replaced
5117:3742ea8250b5 5118:e0db3c197671
1 -*- indented-text -*- 1 -*- indented-text -*-
2
3 See the end of this file for copyright information.
2 4
3 This file contains two sections: 5 This file contains two sections:
4 6
5 1) An EBNF (Extended Backus-Naur Form) description of the format of 7 1) An EBNF (Extended Backus-Naur Form) description of the format of
6 the tags file created by etags.c and interpreted by etags.el; 8 the tags file created by etags.c and interpreted by etags.el;
89 last character if it is one of ` \f\t\n\r()=,;', then taking all the 91 last character if it is one of ` \f\t\n\r()=,;', then taking all the
90 rightmost consecutive characters in the pattern which are not one of 92 rightmost consecutive characters in the pattern which are not one of
91 those. 93 those.
92 94
93 ===================== end of discussion of tag names ===================== 95 ===================== end of discussion of tag names =====================
96
97 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
98 Free Software Foundation, Inc.
99
100 COPYING PERMISSIONS:
101
102 This document is free software; you can redistribute it and/or modify
103 it under the terms of the GNU General Public License as published by
104 the Free Software Foundation; either version 2 of the License, or
105 (at your option) any later version.
106
107 This program is distributed in the hope that it will be useful,
108 but WITHOUT ANY WARRANTY; without even the implied warranty of
109 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
110 GNU General Public License for more details.
111
112 You should have received a copy of the GNU General Public License
113 along with this program; if not, write to the Free Software
114 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA