From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ben Key Newsgroups: gmane.emacs.devel Subject: Re: C-h v problem on Emacs trunk on Mac OS X Date: Sun, 20 Feb 2011 01:48:27 -0600 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001636c5b5ae2aa099049cb1fa20 X-Trace: dough.gmane.org 1298188157 19932 80.91.229.12 (20 Feb 2011 07:49:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Feb 2011 07:49:17 +0000 (UTC) To: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 20 08:49:13 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pr42Y-00086e-UE for ged-emacs-devel@m.gmane.org; Sun, 20 Feb 2011 08:49:11 +0100 Original-Received: from localhost ([127.0.0.1]:33257 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pr42Y-0000b1-G3 for ged-emacs-devel@m.gmane.org; Sun, 20 Feb 2011 02:49:10 -0500 Original-Received: from [140.186.70.92] (port=34352 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pr42E-0000Vs-61 for Emacs-devel@gnu.org; Sun, 20 Feb 2011 02:48:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pr42C-00051t-AG for Emacs-devel@gnu.org; Sun, 20 Feb 2011 02:48:49 -0500 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:52118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pr42C-00051W-5O for Emacs-devel@gnu.org; Sun, 20 Feb 2011 02:48:48 -0500 Original-Received: by bwz17 with SMTP id 17so595888bwz.0 for ; Sat, 19 Feb 2011 23:48:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=BDILW4DHvSXPzdmMrYUa9W/RnVEGErtKJavkRgvyvRM=; b=re6oQ1TlzM8GTbw+kOqntuDuKpxpXk/gRwjgOdZrTG/mw9TA08ufvSkPK6797pRpDv wja1k2V8H+4Hs3GTJLYZZM73crbQAna2CeyWLO7N4VNVON5oF8OeveqNyPs0ADn+mz7A VJFvDLn0xQwwbXMX2h3oxBHLv03KcnyGHZXis= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=SEjm0aWLy9ZkWG/b1bpCqgCQz4J3+mLqZnsdmnfcKKJoju/aHQ47YgG5jR+t0h5z8g y1FETcgGHn1JwvBLhM0EZ/96QqV0D7LfKH8L3F3cJGP4ZkIwA1+WdfTsj/IzbPI32A/v YfHvJYicGs8aw8VMRw3L6QsUwA8bOxP5/dNiY= Original-Received: by 10.204.65.135 with SMTP id j7mr119070bki.85.1298188127084; Sat, 19 Feb 2011 23:48:47 -0800 (PST) Original-Received: by 10.204.25.81 with HTTP; Sat, 19 Feb 2011 23:48:27 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:136267 Archived-At: --001636c5b5ae2aa099049cb1fa20 Content-Type: text/plain; charset=ISO-8859-1 Hello, I have begun looking into this problem. So far I have learned that the documentation is generated by the make-docfile tool. I have also learned that the cursor-type variable is defined in buffer.c. As a test I ran make-docfile against buffer.c and looked at the output. The documentation of the cursor-type variable was not included in the output. I will begin looking into this problem with make-docfile tomorrow. --001636c5b5ae2aa099049cb1fa20 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello,

I have begun looking into this problem.=A0 S= o far I=A0 have learned that the documentation is generated by the make-doc= file tool.=A0 I have also learned that the cursor-type variable is defined = in buffer.c.=A0 As a test I ran
make-docfile agains= t buffer.c and looked at the output.=A0 The documentation of the cursor-typ= e variable was not included in the output.

I will begin looking into this problem with
mak= e-docfile tomorrow.

--001636c5b5ae2aa099049cb1fa20--