From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [davby@ida.liu.se: Bug in pos-visible-in-window-p] Date: Sun, 15 Jul 2007 12:50:56 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1184518524 867 80.91.229.12 (15 Jul 2007 16:55:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Jul 2007 16:55:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 15 18:55:20 2007 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 1IA7NP-0006BH-Kw for ged-emacs-devel@m.gmane.org; Sun, 15 Jul 2007 18:55:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IA7NP-00033e-AE for ged-emacs-devel@m.gmane.org; Sun, 15 Jul 2007 12:55:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IA7IZ-0007fM-8U for emacs-devel@gnu.org; Sun, 15 Jul 2007 12:50:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IA7IX-0007cB-9S for emacs-devel@gnu.org; Sun, 15 Jul 2007 12:50:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IA7IX-0007bW-2H for emacs-devel@gnu.org; Sun, 15 Jul 2007 12:50:17 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IA7IV-0004AZ-SK for emacs-devel@gnu.org; Sun, 15 Jul 2007 12:50:16 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IA7JA-000088-UC; Sun, 15 Jul 2007 12:50:56 -0400 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:74828 Archived-At: [I sent this message a week ago but did not get a response.] Would someone please DTRT, then ack? ------- Start of forwarded message ------- X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=failed version=3.1.0 To: bug-gnu-emacs@gnu.org From: David Byers Date: 06 Jul 2007 10:47:39 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Bug in pos-visible-in-window-p Please describe exactly what actions triggered the bug and the precise symptoms of the bug: 1. Start emacs on [GNU/]Linux using emacs -nw -q 2. Move the cursor to the last line of the window. 3. Type a single 'X' 4. Evaluate (pos-visible-in-window-p (point)) using M-: -> This returns nil for me, but should return t. Under X Windows it works as expected. In GNU Emacs 22.1.1 (i686-pc-linux-gnu, X toolkit) of 2007-06-08 on sysinst-gw configured using `configure '--prefix=/home/davby/emacs/emacs-22.1-lucid' '--w\ ith-x-toolkit=lucid'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil locale-coding-system: nil default-enable-multibyte-characters: t - -- David Byers. _______________________________________________ bug-gnu-emacs mailing list bug-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs ------- End of forwarded message -------