From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: harven Newsgroups: gmane.emacs.bugs Subject: documentation bug for table-cell-horizontal-char Date: Sun, 20 Apr 2008 11:09:56 -0700 (PDT) Organization: http://groups.google.com Message-ID: <78c3ac4d-56b6-4169-8f5a-8cfbd5a6e12c@k13g2000hse.googlegroups.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 1208721102 6273 80.91.229.12 (20 Apr 2008 19:51:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Apr 2008 19:51:42 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Apr 20 21:52:16 2008 connect(): Connection refused Return-path: Envelope-to: geb-bug-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 1Jnfa4-0000zI-83 for geb-bug-gnu-emacs@m.gmane.org; Sun, 20 Apr 2008 21:52:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnfZP-00044H-0p for geb-bug-gnu-emacs@m.gmane.org; Sun, 20 Apr 2008 15:51:27 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!k13g2000hse.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 10 Original-NNTP-Posting-Host: 82.240.200.149 Original-X-Trace: posting.google.com 1208714996 7931 127.0.0.1 (20 Apr 2008 18:09:56 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 20 Apr 2008 18:09:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k13g2000hse.googlegroups.com; posting-host=82.240.200.149; posting-account=hanW0AoAAADuR-PIr5jGeb298Y3jGR7p User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14,gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.bug:44780 X-Mailman-Approved-At: Sun, 20 Apr 2008 15:51:10 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17865 Archived-At: There is a variable called table-cell-horizontal-char in the emacs manual, version 22. This variable is said to contain the character used as a horizontal delimiter for tables generated with table.el. There is in fact no table-cell-horizontal-char variable in table.el. The variable is called instead table-cell-horizontal-chars and contains a string. Any character in this string is considered as a horizontal delimiter when recognizing a table. The first character of the string is used for output when drawing a new table.