From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: A few bugs not in the bug tracker (I think) Date: Wed, 6 Aug 2008 13:09:09 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1218020975 14912 80.91.229.12 (6 Aug 2008 11:09:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Aug 2008 11:09:35 +0000 (UTC) To: "Emacs Development" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 06 13:10:26 2008 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.50) id 1KQguI-0005ht-8Z for ged-emacs-devel@m.gmane.org; Wed, 06 Aug 2008 13:10:18 +0200 Original-Received: from localhost ([127.0.0.1]:54511 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQgtM-0000QD-GD for ged-emacs-devel@m.gmane.org; Wed, 06 Aug 2008 07:09:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQgtF-0000On-A4 for emacs-devel@gnu.org; Wed, 06 Aug 2008 07:09:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQgtD-0000MV-3V for emacs-devel@gnu.org; Wed, 06 Aug 2008 07:09:12 -0400 Original-Received: from [199.232.76.173] (port=48989 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQgtC-0000MI-HY for emacs-devel@gnu.org; Wed, 06 Aug 2008 07:09:10 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.187]:21497) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KQgtC-0002by-0y for emacs-devel@gnu.org; Wed, 06 Aug 2008 07:09:10 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so1126782nfi.26 for ; Wed, 06 Aug 2008 04:09:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=3ToHbu5E/C0sMFQk7lpVLnXPFvIn2K4e654XffUZs78=; b=PjvlBNW0v0dJoFOoisMqfNqzP5QmIQhTWk4Tx9drAcCdYrJbo/0YxCX0Clao60HJlW z1Z8ahU1RUpnAyWFfnpMkF63GvWnenca3iTahxDDWmTXDKtYbDTtGbSJMfyYU/RUOqgm 8jQ6847Ky/tHMF9jDMWXfAmdVGYAyhn84rFcg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Yac/ZRD9Ax9BPI1dGJtQFPU0R2RiysN/ujcgNEz1Wfb65rei11nh6kKTRHVIhExdW6 F97KriU9kU1thwA6x1CexCZQ6LtR5Y4mZk6maUKVZWNdTVx2fIOUy+sb4nPn8cfw5lm6 XebC/YUaFObEvCmGU6J7PEn1lBGkeEhY2M/QU= Original-Received: by 10.210.39.2 with SMTP id m2mr2399098ebm.97.1218020949221; Wed, 06 Aug 2008 04:09:09 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Wed, 6 Aug 2008 04:09:09 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:102118 Archived-At: The following open bugs are not in the bug tracker, I think. - face-valid-attribute-values chokes on font-family-list and new font-*-table vars http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg00948.html - ^M in the info files [Windows] http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg00739.html http://lists.gnu.org/archive/html/emacs-devel/2008-07/msg00215.html - Disappearing ^J in ChangeLogs [Windows] http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg02050.html http://lists.gnu.org/archive/html/emacs-devel/2008-07/msg00075.html - Crash displaying byte-code [Windows?] http://lists.gnu.org/archive/html/emacs-devel/2008-08/msg00236.html BTW, how do you know whether a bug has already been reported, other than perusing the open bug list? I see ways to search by bug #, package, maintainer e-mail, severity, tag, etc., but not a text search in the body of the messages (or even the subject). Juanma