From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Rusi Newsgroups: gmane.emacs.help Subject: Re: customize type spec not being followed? Date: Sun, 24 Dec 2017 04:05:53 -0800 (PST) Message-ID: <1c2e5c53-e207-4909-8201-df72b2ced5e5@googlegroups.com> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1514117312 21474 195.159.176.226 (24 Dec 2017 12:08:32 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 24 Dec 2017 12:08:32 +0000 (UTC) Injection-Date: Sun, 24 Dec 2017 12:05:54 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 24 13:08:28 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eT54r-000506-KO for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Dec 2017 13:08:25 +0100 Original-Received: from localhost ([::1]:47502 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eT56o-0007IC-G7 for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Dec 2017 07:10:26 -0500 X-Received: by 10.55.169.6 with SMTP id s6mr2891871qke.57.1514117154679; Sun, 24 Dec 2017 04:05:54 -0800 (PST) X-Received: by 10.31.171.73 with SMTP id u70mr1788477vke.10.1514117154335; Sun, 24 Dec 2017 04:05:54 -0800 (PST) Original-Path: usenet.stanford.edu!m31no1324622qtf.0!news-out.google.com!t48ni482qtc.1!nntp.google.com!g35no1324063qtk.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=117.195.58.100; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 117.195.58.100 Original-Xref: usenet.stanford.edu gnu.emacs.help:221325 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:115440 Archived-At: On Sunday, December 24, 2017 at 5:31:55 PM UTC+5:30, Philipp Stephani wrote= : > Rusi schrieb am So., 24. Dez. 2017 um 12:50 Uhr: >=20 > > > > So my question: When the type says character why does it show as intege= r? > > >=20 > Because characters are integers. See > https://www.gnu.org/software/emacs/manual/html_node/elisp/Character-Type.= html > . In (info "(elisp)simple types") we find =E2=80=98character=E2=80=99 The value must be a character code. A character code is actually an integer, but this type shows the value by inserting the character in the buffer, rather than by showing the number.