all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: table
Date: Thu, 20 Mar 2008 20:35:34 -0600	[thread overview]
Message-ID: <frv6tk$3d7$1@ger.gmane.org> (raw)
In-Reply-To: <3400920d-00cc-4e8b-bde6-8c48587f05cf@s12g2000prg.googlegroups.com>

harven wrote:
>  I am trying to build a text-based table under emacs 22.1 stable. I
> want to change the characters used to draw the borders of the table.
> 
> From the emacs manual, I have to set a few
> variables:
> (setq table-cell-intersection-char ?\u2504B)
> (table-cell-vertical-char ?\u2503)
> (setq table-cell-horizontal-chars ?\u2501)
> 
> Everything is fine for the two first variables, but
> it doesn' t work for the last.
> I had a look at the table.el file. There is only
> one place where table-cell-horizontal-char
> is mentioned, at the very beginning. The variable
> used thereafter is table-cell-intersection-chars
> and contains a string instead of a character.

You meant table-cell-horizontal-chars, right?

> (setq table-cell-horizontal-chars "\u2501")
> finally worked for me but I am still wondering
> what's going on there. Any hint ?

The mention of singular -char in the Commentary of table.el and in the
Emacs manual are documentation bugs: there is no such variable.

-- 
Kevin Rodgers
Denver, Colorado, USA





  parent reply	other threads:[~2008-03-21  2:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-18 22:01 table harven
2008-03-19 17:33 ` table Joel J. Adamson
     [not found] ` <mailman.9205.1205948019.18990.help-gnu-emacs@gnu.org>
2008-03-20 23:24   ` table Peter Tury
2008-03-21 13:40     ` table Bastien
2008-03-21  2:35 ` Kevin Rodgers [this message]
     [not found] ` <mailman.9286.1206066949.18990.help-gnu-emacs@gnu.org>
2008-03-21 10:18   ` table harven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='frv6tk$3d7$1@ger.gmane.org' \
    --to=kevin.d.rodgers@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.