From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: TODO's Date: Fri, 11 Jun 2004 03:03:46 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040611021548.3C3F.LEKTU@mi.madritel.es> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1086915842 4672 80.91.224.253 (11 Jun 2004 01:04:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Jun 2004 01:04:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jun 11 03:03:55 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BYaSY-0007ES-00 for ; Fri, 11 Jun 2004 03:03:54 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BYaSY-0003us-00 for ; Fri, 11 Jun 2004 03:03:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BYaTG-0004mj-Oe for emacs-devel@quimby.gnus.org; Thu, 10 Jun 2004 21:04:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BYaTE-0004mY-MU for emacs-devel@gnu.org; Thu, 10 Jun 2004 21:04:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BYaTA-0004kU-Pe for emacs-devel@gnu.org; Thu, 10 Jun 2004 21:04:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BYaTA-0004kK-Ip for emacs-devel@gnu.org; Thu, 10 Jun 2004 21:04:32 -0400 Original-Received: from [62.81.186.16] (helo=smtp06.retemail.es) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BYaSQ-0007Ha-9t for emacs-devel@gnu.org; Thu, 10 Jun 2004 21:03:46 -0400 Original-Received: from [127.0.0.1] ([213.37.34.195]) by smtp06.retemail.es (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with ESMTP id <20040611010345.HJNV18728.smtp06.retemail.es@[127.0.0.1]> for ; Fri, 11 Jun 2004 03:03:45 +0200 Original-To: emacs-devel@gnu.org X-Mailer: Becky! ver. 2.09.01 [en] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24813 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24813 I'm perusing my private TODO for 21.[45], and I've found a few things that I( don't know|'m not sure) how to fix. - A problem with current-active-maps. The symptom is `where-is-internal' returning nil unexpectedly. http://lists.gnu.org/archive/html/emacs-devel/2004-04/msg00952.html - I want to fix the docstring of `internal-lisp-face-equal-p', but I have a bit of trouble understanding what's supposed to do (as opposed to what it does, or what it says it does :) http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00828.html - Docstring for `comment-region-internal' has many bits like this one: "cs and ce are the comment start resp end string." I gather that means "the comment start and end of string, respectively"? Any help or comment is appretiated. /L/e/k/t/u