From unknown Sat Jun 21 10:40:38 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#11052 <11052@debbugs.gnu.org> To: bug#11052 <11052@debbugs.gnu.org> Subject: Status: 24.0.94; Display problem under OS X Lion Reply-To: bug#11052 <11052@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:40:38 +0000 retitle 11052 24.0.94; Display problem under OS X Lion reassign 11052 emacs,ns submitter 11052 Richard Stanton severity 11052 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 20 13:27:08 2012 Received: (at submit) by debbugs.gnu.org; 20 Mar 2012 17:27:08 +0000 Received: from localhost ([127.0.0.1]:58277 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SA2pl-0007Bt-3s for submit@debbugs.gnu.org; Tue, 20 Mar 2012 13:27:07 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53736) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SA2ph-0007Bj-BG for submit@debbugs.gnu.org; Tue, 20 Mar 2012 13:26:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SA2Lx-0003W1-0N for submit@debbugs.gnu.org; Tue, 20 Mar 2012 12:56:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:35984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SA2Lw-0003Vv-So for submit@debbugs.gnu.org; Tue, 20 Mar 2012 12:56:08 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SA2Ll-0006WH-8O for bug-gnu-emacs@gnu.org; Tue, 20 Mar 2012 12:56:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SA2LP-0003QF-6m for bug-gnu-emacs@gnu.org; Tue, 20 Mar 2012 12:55:56 -0400 Received: from gateway-b.haas.berkeley.edu ([128.32.222.40]:60865) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SA2LO-0003Pt-N1 for bug-gnu-emacs@gnu.org; Tue, 20 Mar 2012 12:55:35 -0400 X-SBRS: 2.9 X-IronPort-AV: E=Sophos;i="4.73,619,1325491200"; d="scan'208";a="28320657" Received: from lb2-i.haas.berkeley.edu (HELO cas-b.haas.uc.berkeley.edu) ([128.32.222.31]) by gateway-b.haas.berkeley.edu with ESMTP/TLS/RC4-MD5; 20 Mar 2012 09:55:31 -0700 Received: from EXMAIL7.haas.uc.berkeley.edu ([128.32.222.24]) by cas-b.haas.uc.berkeley.edu ([128.32.222.50]) with mapi; Tue, 20 Mar 2012 09:55:31 -0700 From: Richard Stanton To: "bug-gnu-emacs@gnu.org" Date: Tue, 20 Mar 2012 09:55:21 -0700 Subject: 24.0.94; Display problem under OS X Lion Thread-Topic: 24.0.94; Display problem under OS X Lion Thread-Index: Ac0GukIHMYpfRNYTRLeueUCFsswr8w== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.14.0.111121 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) This bug report will be sent to the Bug-GNU-Emacs mailing list and the GNU bug tracker at debbugs.gnu.org. Please check that the From: line contains a valid email address. After a delay of up to one day, you should receive an acknowledgement at that address. Please write in English if possible, as the Emacs maintainers usually do not have translators for other languages. Please describe exactly what actions triggered the bug, and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': Starting Emacs with a blank init.el file, 1) Switch to the *scratch* buffer 2) Execute M-x linum-mode At this point, the lines are numbered, but the numbers have about the rightmost 20% cut off. 3) Switch back to the *Gnu Emacs* buffer using C-x b, then back to *scratch* using C-x b Now the display looks slightly different from how it looked in step 2. The line numnbers look the same, but there is now a line of colored pixels visible in the gap between the linum column and the leftmost edge of the text area, below the bottom of the text. I believe these are actually the remains of the leftmost part of the text previously displayed in the *Gnu Emacs* buffer. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file /Applications/Emacs.app/Contents/Resources/etc/DEBUG. In GNU Emacs 24.0.94.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-02-27 on bob.porkrind.org Windowing system distributor `Apple', version 10.3.1138 Configured using: `configure '--host=3Dx86_64-apple-darwin' '--build=3Di686-apple-darwin' '--with-ns' 'build_alias=3Di686-apple-darwin' 'host_alias=3Dx86_64-apple-darwin' 'CC=3Dgcc -mmacosx-version-min=3D10.5'' 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 value of $XMODIFIERS: nil locale-coding-system: nil default enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: e t h e SPC l i n e SPC b e t w e e n SPC t h e SPC f r i n g e SPC a n d SPC t h e SPC l e f t m o s t SPC e d g e SPC o f SPC t h e SPC t e x t SPC a r e a SPC ( i . e . , SPC r i g h t SPC o f SPC t h e SPC l i n u m SPC c o l u m n , SPC a n d SPC r i g h t SPC o f SPC t h e SPC ( ) ) . C-e SPC L i o n C-a s-f SPC C-d C-d C-d C-d C-d C-d C-d C-d C-d C-d C-d C-d C-d C-d C-d C-d C-@ s-w C-x b C-x 5 o C-x 5 b s-x r e p o r t - e m a SPC x r e p o r t - e m a c s - b SPC Recent messages: Auto-saving...done Auto-saving...done Quit [2 times] Auto-saving... Mark set scroll-up-command: End of buffer Mark set [2 times] Auto-saving...done ns-handle-scroll-bar-event: Beginning of buffer byte-code: Buffer is read-only: # scroll-up-command: End of buffer Load-path shadows: /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org hides /Applications/Emacs.app/Contents/Resources/lisp/org/org /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-xoxo hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-xoxo /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-wl hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-wl /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-w3m hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-w3m /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-vm hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-vm /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-time r hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-timer /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-task juggler hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-taskjuggler /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-tabl e hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-table /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-src hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-src /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-spec ial-blocks hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-special-blocks /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-rmai l hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-rmail /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-reme mber hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-remember /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-publ ish hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-publish /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-prot ocol hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-protocol /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-plot hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-plot /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-pcom plete hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-pcomplete /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-odt hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-odt /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-mous e hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-mouse /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-mobi le hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-mobile /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-mks hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-mks /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-mhe hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-mhe /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-mew hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-mew /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-macs hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-macs /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-mac- message hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-mac-message /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-lpar se hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-lparse /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-list hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-list /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-late x hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-latex /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-jsin fo hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-jsinfo /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-irc hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-irc /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-inst all hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-install /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-inli netask hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-inlinetask /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-info hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-info /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-inde nt hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-indent /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-id hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-id /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-ical endar hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-icalendar /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-html hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-html /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-habi t hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-habit /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-gnus hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-gnus /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-free mind hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-freemind /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-foot note hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-footnote /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-feed hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-feed /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-face s hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-faces /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-exp hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-exp /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-exp- blocks hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-exp-blocks /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-eshe ll hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-eshell /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-enti ties hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-entities /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-docv iew hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-docview /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-docb ook hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-docbook /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-date tree hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-datetree /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-ctag s hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-ctags /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-cryp t hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-crypt /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-comp at hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-compat /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-colv iew hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-colview /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-cloc k hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-clock /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-capt ure hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-capture /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-bibt ex hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-bibtex /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-beam er hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-beamer /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-bbdb hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-bbdb /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-atta ch hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-attach /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-asci i hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-ascii /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-arch ive hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-archive /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/org-agen da hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-agenda /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-tangl e hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-tangle /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-table hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-table /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-sqlit e hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-sqlite /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-sql hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-sql /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-shen hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-shen /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-sh hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-sh /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-scree n hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-screen /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-schem e hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-scheme /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-sass hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-sass /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-ruby hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-ruby /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-ref hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-ref /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-R hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-R /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-pytho n hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-python /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-plant uml hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-plantuml /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-picol isp hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-picolisp /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-perl hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-perl /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-org hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-org /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-octav e hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-octave /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-ocaml hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-ocaml /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-mscge n hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-mscgen /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-maxim a hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-maxima /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-matla b hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-matlab /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-lob hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-lob /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-lisp hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-lisp /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-lilyp ond hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-lilypond /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-ledge r hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-ledger /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-latex hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-latex /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-keys hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-keys /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-js hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-js /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-java hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-java /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-haske ll hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-haskell /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-gnupl ot hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-gnuplot /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-fortr an hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-fortran /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-exp hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-exp /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-eval hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-eval /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-emacs -lisp hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-emacs-lisp /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-dot hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-dot /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-ditaa hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-ditaa /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-css hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-css /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-comin t hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-comint /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-cloju re hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-clojure /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-calc hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-calc /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-C hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-C /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-awk hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-awk /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/lisp/ob-asymp tote hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-asymptote /Applications/Emacs.app/Contents/Resources/site-lisp/org-mode/.dir-locals hides /Applications/Emacs.app/Contents/Resources/lisp/gnus/.dir-locals Features: (multi-isearch newcomment help-mode view shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail regexp-opt rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils linum time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process ns multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 20 14:23:19 2012 Received: (at 11052) by debbugs.gnu.org; 20 Mar 2012 18:23:19 +0000 Received: from localhost ([127.0.0.1]:58319 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SA3iJ-00009u-1n for submit@debbugs.gnu.org; Tue, 20 Mar 2012 14:23:19 -0400 Received: from gateway-a.haas.berkeley.edu ([128.32.222.29]:53597) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SA3iG-00009m-K4 for 11052@debbugs.gnu.org; Tue, 20 Mar 2012 14:23:18 -0400 X-SBRS: 2.9 X-IronPort-AV: E=Sophos;i="4.73,619,1325491200"; d="scan'208,217";a="31173834" Received: from lb2-i.haas.berkeley.edu (HELO cas-b.haas.uc.berkeley.edu) ([128.32.222.31]) by gateway-a.haas.berkeley.edu with ESMTP/TLS/RC4-MD5; 20 Mar 2012 10:52:10 -0700 Received: from EXMAIL7.haas.uc.berkeley.edu ([128.32.222.24]) by cas-b.haas.uc.berkeley.edu ([128.32.222.50]) with mapi; Tue, 20 Mar 2012 10:52:10 -0700 From: Richard Stanton To: "11052@debbugs.gnu.org" <11052@debbugs.gnu.org> Date: Tue, 20 Mar 2012 10:52:04 -0700 Subject: Re: 24.0.94; Display problem under OS X Lion Thread-Topic: Re: 24.0.94; Display problem under OS X Lion Thread-Index: Ac0Gwci0f8vUlVtzSrOJOeoCgfc7VQ== Message-ID: <40C7B1BFC291ED4E9D10436D07736A334702B5FFCF@EXMAIL7.haas.uc.berkeley.edu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_40C7B1BFC291ED4E9D10436D07736A334702B5FFCFEXMAIL7haasuc_" MIME-Version: 1.0 X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 11052 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) --_000_40C7B1BFC291ED4E9D10436D07736A334702B5FFCFEXMAIL7haasuc_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable The truncated numbers and line of extra pixels both go away if you execute = M-x fringe-mode -> no-fringes, so I suspect a counter in the left-fringe co= de may be off by a few pixels somewhere. --_000_40C7B1BFC291ED4E9D10436D07736A334702B5FFCFEXMAIL7haasuc_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

The truncated nu= mbers and line of extra pixels both go away if you execute M-x fringe-mode = -> no-fringes, so I suspect a counter in the left-fringe code may be off= by a few pixels somewhere.

= --_000_40C7B1BFC291ED4E9D10436D07736A334702B5FFCFEXMAIL7haasuc_-- From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 31 13:57:42 2012 Received: (at 11052) by debbugs.gnu.org; 31 Mar 2012 17:57:42 +0000 Received: from localhost ([127.0.0.1]:33160 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SE2YX-0001pk-LI for submit@debbugs.gnu.org; Sat, 31 Mar 2012 13:57:42 -0400 Received: from mailout.melmac.se ([62.20.26.67]:49246) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SE2YT-0001pY-SF for 11052@debbugs.gnu.org; Sat, 31 Mar 2012 13:57:39 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id E23439F6F for <11052@debbugs.gnu.org>; Sat, 31 Mar 2012 19:57:29 +0200 (CEST) Received: (qmail 9885 invoked by uid 89); 31 Mar 2012 17:54:24 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 31 Mar 2012 17:54:24 -0000 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 3847A7FA06C; Sat, 31 Mar 2012 19:57:29 +0200 (CEST) Subject: Re: bug#11052: 24.0.94; Display problem under OS X Lion Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: multipart/alternative; boundary="Apple-Mail=_20396CC0-6474-4885-8F03-315A962E41F9" From: =?iso-8859-1?Q?Jan_Dj=E4rv?= In-Reply-To: <40C7B1BFC291ED4E9D10436D07736A334702B5FFCF@EXMAIL7.haas.uc.berkeley.edu> Date: Sat, 31 Mar 2012 19:57:28 +0200 Message-Id: References: <40C7B1BFC291ED4E9D10436D07736A334702B5FFCF@EXMAIL7.haas.uc.berkeley.edu> To: Richard Stanton X-Mailer: Apple Mail (2.1257) X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 11052 Cc: "11052@debbugs.gnu.org" <11052@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) --Apple-Mail=_20396CC0-6474-4885-8F03-315A962E41F9 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hello. 20 mar 2012 kl. 18:52 skrev Richard Stanton: > The truncated numbers and line of extra pixels both go away if you = execute M-x fringe-mode -> no-fringes, so I suspect a counter in the = left-fringe code may be off by a few pixels somewhere. You are correct, there is some strange adjustment going on in = ns_draw_fringe_bitmap: /* NS-specific: move internal border inside fringe */ int x =3D p->bx < 0 ? p->x : p->bx; int wd =3D p->bx < 0 ? p->wd : p->nx; BOOL fringeOnVeryLeft =3D x - WINDOW_LEFT_SCROLL_BAR_COLS (w) * WINDOW_FRAME_COLUMN_WIDTH = (w) - FRAME_INTERNAL_BORDER_WIDTH (f) < 10; BOOL fringeOnVeryRight =3D FRAME_PIXEL_WIDTH (f) - x - wd - FRAME_INTERNAL_BORDER_WIDTH (f) - WINDOW_RIGHT_SCROLL_BAR_COLS (w) * WINDOW_FRAME_COLUMN_WIDTH (w) = < 10; int xAdjust =3D FRAME_INTERNAL_BORDER_WIDTH (f) * (fringeOnVeryLeft ? -1 : (fringeOnVeryRight ? 1 : 0)); Now, if you set xAdjust unconditionally to zero, the problem goes away. = I don't yet know the rationale for this. It may be something that was = needed at some point, or is needed on some systems. What OSX version = are you running? Jan D. --Apple-Mail=_20396CC0-6474-4885-8F03-315A962E41F9 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii Hello.

20 mar 2012 kl. 18:52 = skrev Richard Stanton:

The truncated numbers and line = of extra pixels both go away if you execute M-x fringe-mode -> = no-fringes, so I suspect a counter in the left-fringe code may be off by = a few pixels = somewhere.

You = are correct, there is some strange adjustment going on in = ns_draw_fringe_bitmap:

  /* = NS-specific: move internal border inside fringe */
  int = x =3D p->bx < 0 ? p->x : p->bx;
  int wd =3D = p->bx < 0 ? p->wd : p->nx;
  BOOL = fringeOnVeryLeft
    =3D x - = WINDOW_LEFT_SCROLL_BAR_COLS (w) * WINDOW_FRAME_COLUMN_WIDTH = (w)
      - FRAME_INTERNAL_BORDER_WIDTH (f) = < 10;
  BOOL fringeOnVeryRight
    = =3D FRAME_PIXEL_WIDTH (f) - x - wd - FRAME_INTERNAL_BORDER_WIDTH = (f)
      - WINDOW_RIGHT_SCROLL_BAR_COLS (w) * = WINDOW_FRAME_COLUMN_WIDTH (w) < 10;
  int xAdjust =3D = FRAME_INTERNAL_BORDER_WIDTH (f) *
    = (fringeOnVeryLeft ? -1 : (fringeOnVeryRight ? 1 : = 0));

Now, if you set xAdjust = unconditionally to zero, the problem goes away.  I don't yet know = the rationale for this.  It may be something that was needed at = some point, or is needed on some systems.  What OSX version are you = running?

Jan = D.

= --Apple-Mail=_20396CC0-6474-4885-8F03-315A962E41F9-- From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 31 19:10:30 2012 Received: (at 11052) by debbugs.gnu.org; 31 Mar 2012 23:10:30 +0000 Received: from localhost ([127.0.0.1]:33355 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SE7RF-0000sv-CO for submit@debbugs.gnu.org; Sat, 31 Mar 2012 19:10:30 -0400 Received: from gateway-a.haas.berkeley.edu ([128.32.222.29]:25423) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SE7RB-0000sm-O2 for 11052@debbugs.gnu.org; Sat, 31 Mar 2012 19:10:27 -0400 X-SBRS: 2.9 X-IronPort-AV: E=Sophos;i="4.75,350,1330934400"; d="scan'208,217";a="31551853" Received: from lb2-i.haas.berkeley.edu (HELO cas-a.haas.uc.berkeley.edu) ([128.32.222.31]) by gateway-a.haas.berkeley.edu with ESMTP/TLS/RC4-MD5; 31 Mar 2012 16:10:17 -0700 Received: from EXMAIL7.haas.uc.berkeley.edu ([128.32.222.24]) by cas-a.haas.uc.berkeley.edu ([128.32.222.49]) with mapi; Sat, 31 Mar 2012 16:10:17 -0700 From: Richard Stanton To: =?iso-8859-1?Q?Jan_Dj=E4rv?= Date: Sat, 31 Mar 2012 16:10:12 -0700 Subject: RE: bug#11052: 24.0.94; Display problem under OS X Lion Thread-Topic: bug#11052: 24.0.94; Display problem under OS X Lion Thread-Index: Ac0PZ7+YX5AwqrPsQ0yQYwmwfycXHQAKyJKQ Message-ID: <40C7B1BFC291ED4E9D10436D07736A334702EB9E80@EXMAIL7.haas.uc.berkeley.edu> References: <40C7B1BFC291ED4E9D10436D07736A334702B5FFCF@EXMAIL7.haas.uc.berkeley.edu> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_40C7B1BFC291ED4E9D10436D07736A334702EB9E80EXMAIL7haasuc_" MIME-Version: 1.0 X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 11052 Cc: "11052@debbugs.gnu.org" <11052@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) --_000_40C7B1BFC291ED4E9D10436D07736A334702EB9E80EXMAIL7haasuc_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm running the latest version of Lion (10.7.something - I'm not in front o= f my Mac right now). From: Jan Dj=E4rv [mailto:jan.h.d@swipnet.se] Sent: Saturday, March 31, 2012 10:57 AM To: Richard Stanton Cc: 11052@debbugs.gnu.org Subject: Re: bug#11052: 24.0.94; Display problem under OS X Lion Hello. 20 mar 2012 kl. 18:52 skrev Richard Stanton: The truncated numbers and line of extra pixels both go away if you execute = M-x fringe-mode -> no-fringes, so I suspect a counter in the left-fringe co= de may be off by a few pixels somewhere. You are correct, there is some strange adjustment going on in ns_draw_fring= e_bitmap: /* NS-specific: move internal border inside fringe */ int x =3D p->bx < 0 ? p->x : p->bx; int wd =3D p->bx < 0 ? p->wd : p->nx; BOOL fringeOnVeryLeft =3D x - WINDOW_LEFT_SCROLL_BAR_COLS (w) * WINDOW_FRAME_COLUMN_WIDTH (w) - FRAME_INTERNAL_BORDER_WIDTH (f) < 10; BOOL fringeOnVeryRight =3D FRAME_PIXEL_WIDTH (f) - x - wd - FRAME_INTERNAL_BORDER_WIDTH (f) - WINDOW_RIGHT_SCROLL_BAR_COLS (w) * WINDOW_FRAME_COLUMN_WIDTH (w) < = 10; int xAdjust =3D FRAME_INTERNAL_BORDER_WIDTH (f) * (fringeOnVeryLeft ? -1 : (fringeOnVeryRight ? 1 : 0)); Now, if you set xAdjust unconditionally to zero, the problem goes away. I = don't yet know the rationale for this. It may be something that was needed= at some point, or is needed on some systems. What OSX version are you run= ning? Jan D. --_000_40C7B1BFC291ED4E9D10436D07736A334702EB9E80EXMAIL7haasuc_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

I’m running the latest version of Lion (10.7.somet= hing – I’m not in front of my Mac right now).=

 

From: Jan Dj=E4rv [mailto:jan.h.d@swipnet.se]=
Sent: Saturday, March 31, 2012 10:57 AM
To: Richard S= tanton
Cc: 11052@debbugs.gnu.org
Subject: Re: bug#11052= : 24.0.94; Display problem under OS X Lion

 

Hello.=

 

20 mar 2012 kl. 18:52 skrev Richard Stanton:



The = truncated numbers and line of extra pixels both go away if you execute M-x = fringe-mode -> no-fringes, so I suspect a counter in the left-fringe cod= e may be off by a few pixels somewhere.

 

You are correct, there is some strange adjustment going on in ns_draw_fr= inge_bitmap:

 

  /* NS-specific: move inter= nal border inside fringe */

&= nbsp; int x =3D p->bx < 0 ? p->x : p->bx;

<= div>

  int wd =3D p->bx < 0 ? p->wd : p-&= gt;nx;

  BOOL fringeOnVe= ryLeft

    =3D x - = WINDOW_LEFT_SCROLL_BAR_COLS (w) * WINDOW_FRAME_COLUMN_WIDTH (w)<= /p>

      - FRAME_INTERNAL_BO= RDER_WIDTH (f) < 10;

 = ; BOOL fringeOnVeryRight

&nbs= p;   =3D FRAME_PIXEL_WIDTH (f) - x - wd - FRAME_INTERNAL_BORDER_WIDTH = (f)

      - WI= NDOW_RIGHT_SCROLL_BAR_COLS (w) * WINDOW_FRAME_COLUMN_WIDTH (w) < 10;

  int xAdjust =3D FRAME_INT= ERNAL_BORDER_WIDTH (f) *

&nbs= p;   (fringeOnVeryLeft ? -1 : (fringeOnVeryRight ? 1 : 0));=

 

<= p class=3DMsoNormal>Now, if you set xAdjust unconditionally to zero, the pr= oblem goes away.  I don't yet know the rationale for this.  It ma= y be something that was needed at some point, or is needed on some systems.=  What OSX version are you running?

 

=A0=A0=A0=A0=A0=A0=A0=A0=A0 Jan D.

= --_000_40C7B1BFC291ED4E9D10436D07736A334702EB9E80EXMAIL7haasuc_-- From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 01 09:38:49 2012 Received: (at 11052) by debbugs.gnu.org; 1 Apr 2012 13:38:49 +0000 Received: from localhost ([127.0.0.1]:34425 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SEKzY-0007OB-LR for submit@debbugs.gnu.org; Sun, 01 Apr 2012 09:38:49 -0400 Received: from mailout.melmac.se ([62.20.26.67]:60620) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SEKzU-0007O2-Up for 11052@debbugs.gnu.org; Sun, 01 Apr 2012 09:38:46 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 2AF5C9B23 for <11052@debbugs.gnu.org>; Sun, 1 Apr 2012 15:38:33 +0200 (CEST) Received: (qmail 28681 invoked by uid 89); 1 Apr 2012 13:35:27 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 1 Apr 2012 13:35:27 -0000 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id BA3227FA06C; Sun, 1 Apr 2012 15:38:32 +0200 (CEST) Subject: Re: bug#11052: 24.0.94; Display problem under OS X Lion Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: multipart/alternative; boundary="Apple-Mail=_888F7232-D588-41F6-A59A-06F24914F814" From: =?iso-8859-1?Q?Jan_Dj=E4rv?= In-Reply-To: <40C7B1BFC291ED4E9D10436D07736A334702EB9E80@EXMAIL7.haas.uc.berkeley.edu> Date: Sun, 1 Apr 2012 15:38:32 +0200 Message-Id: <3027A8D3-7E9C-48B5-B810-510CE3380581@swipnet.se> References: <40C7B1BFC291ED4E9D10436D07736A334702B5FFCF@EXMAIL7.haas.uc.berkeley.edu> <40C7B1BFC291ED4E9D10436D07736A334702EB9E80@EXMAIL7.haas.uc.berkeley.edu> To: Richard Stanton X-Mailer: Apple Mail (2.1257) X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 11052 Cc: "11052@debbugs.gnu.org" <11052@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) --Apple-Mail=_888F7232-D588-41F6-A59A-06F24914F814 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Hello. 1 apr 2012 kl. 01:10 skrev Richard Stanton: > I=92m running the latest version of Lion (10.7.something =96 I=92m not = in front of my Mac right now). Ok. I have not found any rationale for this behaviour, it has always = been in the NS port. I guess the idea was that it looks better of the = fringe also covers the internal border width. But it isn't done right, = as you have discovered. But since this is not a regression from 23.4, I guess it will have to = wait for the 24.2 release. Jan D. > =20 > From: Jan Dj=E4rv [mailto:jan.h.d@swipnet.se]=20 > Sent: Saturday, March 31, 2012 10:57 AM > To: Richard Stanton > Cc: 11052@debbugs.gnu.org > Subject: Re: bug#11052: 24.0.94; Display problem under OS X Lion > =20 > Hello. > =20 > 20 mar 2012 kl. 18:52 skrev Richard Stanton: >=20 >=20 > The truncated numbers and line of extra pixels both go away if you = execute M-x fringe-mode -> no-fringes, so I suspect a counter in the = left-fringe code may be off by a few pixels somewhere. > =20 > You are correct, there is some strange adjustment going on in = ns_draw_fringe_bitmap: > =20 > /* NS-specific: move internal border inside fringe */ > int x =3D p->bx < 0 ? p->x : p->bx; > int wd =3D p->bx < 0 ? p->wd : p->nx; > BOOL fringeOnVeryLeft > =3D x - WINDOW_LEFT_SCROLL_BAR_COLS (w) * = WINDOW_FRAME_COLUMN_WIDTH (w) > - FRAME_INTERNAL_BORDER_WIDTH (f) < 10; > BOOL fringeOnVeryRight > =3D FRAME_PIXEL_WIDTH (f) - x - wd - FRAME_INTERNAL_BORDER_WIDTH = (f) > - WINDOW_RIGHT_SCROLL_BAR_COLS (w) * WINDOW_FRAME_COLUMN_WIDTH = (w) < 10; > int xAdjust =3D FRAME_INTERNAL_BORDER_WIDTH (f) * > (fringeOnVeryLeft ? -1 : (fringeOnVeryRight ? 1 : 0)); > =20 > Now, if you set xAdjust unconditionally to zero, the problem goes = away. I don't yet know the rationale for this. It may be something = that was needed at some point, or is needed on some systems. What OSX = version are you running? > =20 > Jan D. --Apple-Mail=_888F7232-D588-41F6-A59A-06F24914F814 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=windows-1252 Hello.

1 apr 2012 kl. 01:10 skrev = Richard Stanton:


Ok. =  I have not found any rationale for this behaviour, it has always = been in the NS port.  I guess the idea was that it looks better of = the fringe also covers the internal border width.  But it isn't = done right, as you have discovered.

But since = this is not a regression from 23.4, I guess it will have to wait for the = 24.2 release.

Jan D.

20 mar 2012 kl. 18:52 = skrev Richard Stanton:
The truncated numbers and line = of extra pixels both go away if you execute M-x fringe-mode -> = no-fringes, so I suspect a counter in the left-fringe code may be off by = a few pixels somewhere.
 
You are correct, there is some strange adjustment going = on in ns_draw_fringe_bitmap:
 
  /* NS-specific: move internal border inside = fringe */
  int x =3D p->bx = < 0 ? p->x : p->bx;
  int wd =3D p->bx < 0 ? p->wd : = p->nx;
  BOOL = fringeOnVeryLeft
    = =3D x - WINDOW_LEFT_SCROLL_BAR_COLS (w) * WINDOW_FRAME_COLUMN_WIDTH = (w)
      - = FRAME_INTERNAL_BORDER_WIDTH (f) < 10;
  BOOL = fringeOnVeryRight
    = =3D FRAME_PIXEL_WIDTH (f) - x - wd - FRAME_INTERNAL_BORDER_WIDTH = (f)
      - = WINDOW_RIGHT_SCROLL_BAR_COLS (w) * WINDOW_FRAME_COLUMN_WIDTH (w) < = 10;
  int xAdjust =3D = FRAME_INTERNAL_BORDER_WIDTH (f) *
    (fringeOnVeryLeft ? -1 : = (fringeOnVeryRight ? 1 : 0));
 
Now, if you set xAdjust unconditionally to zero, the = problem goes away.  I don't yet know the rationale for this. =  It may be something that was needed at some point, or is needed on = some systems.  What OSX version are you = running?
        &= nbsp; Jan = D.

= --Apple-Mail=_888F7232-D588-41F6-A59A-06F24914F814-- From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 08 08:49:33 2012 Received: (at 11052-done) by debbugs.gnu.org; 8 Sep 2012 12:49:33 +0000 Received: from localhost ([127.0.0.1]:47978 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TAKTa-0008Sr-E9 for submit@debbugs.gnu.org; Sat, 08 Sep 2012 08:49:32 -0400 Received: from mailout.attendit.se ([83.140.103.4]:38732) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TAKTW-0008Si-AU for 11052-done@debbugs.gnu.org; Sat, 08 Sep 2012 08:49:27 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.attendit.se (Postfix) with ESMTP id E656D500F7 for <11052-done@debbugs.gnu.org>; Sat, 8 Sep 2012 14:43:10 +0200 (CEST) Received: (qmail 3349 invoked by uid 89); 8 Sep 2012 12:48:39 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 8 Sep 2012 12:48:39 -0000 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 0320C7FA05E; Sat, 8 Sep 2012 14:49:02 +0200 (CEST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\)) Subject: Re: bug#11052: 24.0.94; Display problem under OS X Lion From: =?windows-1252?Q?Jan_Dj=E4rv?= In-Reply-To: <3027A8D3-7E9C-48B5-B810-510CE3380581@swipnet.se> Date: Sat, 8 Sep 2012 14:49:01 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <67976BB0-640E-419E-953F-9D3609487B99@swipnet.se> References: <40C7B1BFC291ED4E9D10436D07736A334702B5FFCF@EXMAIL7.haas.uc.berkeley.edu> <40C7B1BFC291ED4E9D10436D07736A334702EB9E80@EXMAIL7.haas.uc.berkeley.edu> <3027A8D3-7E9C-48B5-B810-510CE3380581@swipnet.se> To: Richard Stanton X-Mailer: Apple Mail (2.1486) X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 11052-done Cc: 11052-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) Hello. This is now fixed in the trunk. Jan D. 1 apr 2012 kl. 15:38 skrev Jan Dj=E4rv : > Hello. >=20 > 1 apr 2012 kl. 01:10 skrev Richard Stanton: >=20 >> I=92m running the latest version of Lion (10.7.something =96 I=92m = not in front of my Mac right now). >=20 > Ok. I have not found any rationale for this behaviour, it has always = been in the NS port. I guess the idea was that it looks better of the = fringe also covers the internal border width. But it isn't done right, = as you have discovered. >=20 > But since this is not a regression from 23.4, I guess it will have to = wait for the 24.2 release. >=20 > Jan D. >=20 >>=20 >> From: Jan Dj=E4rv [mailto:jan.h.d@swipnet.se]=20 >> Sent: Saturday, March 31, 2012 10:57 AM >> To: Richard Stanton >> Cc: 11052@debbugs.gnu.org >> Subject: Re: bug#11052: 24.0.94; Display problem under OS X Lion >>=20 >> Hello. >>=20 >> 20 mar 2012 kl. 18:52 skrev Richard Stanton: >>=20 >>=20 >> The truncated numbers and line of extra pixels both go away if you = execute M-x fringe-mode -> no-fringes, so I suspect a counter in the = left-fringe code may be off by a few pixels somewhere. >>=20 >> You are correct, there is some strange adjustment going on in = ns_draw_fringe_bitmap: >>=20 >> /* NS-specific: move internal border inside fringe */ >> int x =3D p->bx < 0 ? p->x : p->bx; >> int wd =3D p->bx < 0 ? p->wd : p->nx; >> BOOL fringeOnVeryLeft >> =3D x - WINDOW_LEFT_SCROLL_BAR_COLS (w) * = WINDOW_FRAME_COLUMN_WIDTH (w) >> - FRAME_INTERNAL_BORDER_WIDTH (f) < 10; >> BOOL fringeOnVeryRight >> =3D FRAME_PIXEL_WIDTH (f) - x - wd - FRAME_INTERNAL_BORDER_WIDTH = (f) >> - WINDOW_RIGHT_SCROLL_BAR_COLS (w) * WINDOW_FRAME_COLUMN_WIDTH = (w) < 10; >> int xAdjust =3D FRAME_INTERNAL_BORDER_WIDTH (f) * >> (fringeOnVeryLeft ? -1 : (fringeOnVeryRight ? 1 : 0)); >>=20 >> Now, if you set xAdjust unconditionally to zero, the problem goes = away. I don't yet know the rationale for this. It may be something = that was needed at some point, or is needed on some systems. What OSX = version are you running? >>=20 >> Jan D. >=20 From unknown Sat Jun 21 10:40:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 07 Oct 2012 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator