unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Angelo Graziosi <angelo.g0@libero.it>
To: Alan Third <alan@idiocy.org>
Cc: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: Re: Scroll bars on macOS builds
Date: Wed, 12 Jan 2022 01:12:05 +0100 (CET)	[thread overview]
Message-ID: <366682291.727051.1641946326079@mail1.libero.it> (raw)
In-Reply-To: <YdQqlQhuynD8yhD9@idiocy.org>


> Il 04/01/2022 12:08 Alan Third ha scritto:
> 
> Do the scrollbars work if you click where they should be?
> 

It looks as if they are hidden, at least for what would be the vertical scroll bar...

> Can you try loading a theme with a dark background (wombat, for
> example)? They might be displaying as white on white. I don't think
> they should do that themselves, but I have seen that sort of thing
> before.

No, I tried wombat all the other themes.

> 
> Failing that, do they ever appear? For example when resizing the
> frame do they flicker in and out of existence or anything?

No, no flicker nor scroll bars...

This is the summary of configure output:

----------------------------------------------------------------
Configured for 'x86_64-apple-darwin17.7.0'.

  Where should the build process find the source code?    .
  What compiler should emacs be built with?               clang -O2
  Should Emacs use the GNU version of malloc?             no
    (The GNU allocators don't work with this system configuration.)
  Should Emacs use a relocating allocator for buffers?    no
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    nextstep
  What toolkit should Emacs use?                          none
  Where do we find X Windows header files?                NONE
  Where do we find X Windows libraries?                   NONE
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   no
  Does Emacs use -ljpeg?                                  no
  Does Emacs use -ltiff?                                  no
  Does Emacs use a gif library?                           no 
  Does Emacs use a png library?                           yes -L/opt/local/lib -lpng16
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use -lwebp?                                  yes
  Does Emacs use -lsqlite3?                               yes
  Does Emacs use cairo?                                   no
  Does Emacs use -llcms2?                                 yes
  Does Emacs use imagemagick?                             no
  Does Emacs use native APIs for images?                  yes (ns)
  Does Emacs support sound?                               no
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  no
  Does Emacs use -lgconf?                                 no
  Does Emacs use GSettings?                               no
  Does Emacs use a file notification library?             yes (kqueue)
  Does Emacs use access control lists?                    yes 
  Does Emacs use -lselinux?                               no
  Does Emacs use -lgnutls?                                yes
  Does Emacs use -lxml2?                                  yes
  Does Emacs use -lfreetype?                              no
  Does Emacs use HarfBuzz?                                no
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   no
  Does Emacs use -lxft?                                   no
  Does Emacs use -lsystemd?                               no
  Does Emacs use -ljansson?                               yes
  Does Emacs use the GMP library?                         no
  Does Emacs directly use zlib?                           yes
  Does Emacs have dynamic modules support?                yes
  Does Emacs use toolkit scroll bars?                     yes
  Does Emacs support Xwidgets?                            no
  Does Emacs have threading support in lisp?              yes
  Does Emacs support the portable dumper?                 yes
  Does Emacs support legacy unexec dumping?               no
  Which dumping strategy does Emacs use?                  pdumper
  Does Emacs have native lisp compiler?                   no
  Does Emacs use version 2 of the the X Input Extension?  no
----------------------------------------------------------------



  parent reply	other threads:[~2022-01-12  0:12 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-31 21:58 Scroll bars on macOS builds Angelo Graziosi
2022-01-02 14:20 ` Alan Third
2022-01-02 18:41   ` Angelo Graziosi
2022-01-04 11:08     ` Alan Third
2022-01-04 14:29       ` Angelo Graziosi
2022-01-12  0:12       ` Angelo Graziosi [this message]
2022-01-22 11:33         ` Alan Third
2022-01-22 15:06           ` Angelo Graziosi
2022-01-22 23:06             ` Tim Cross
2022-01-23 20:11               ` Alan Third
2022-01-23 20:06             ` Alan Third
2022-01-23 21:31               ` Angelo Graziosi
2022-01-23 22:23                 ` Angelo Graziosi
2022-01-25 23:01                   ` Alan Third
2022-01-26 17:07                     ` Angelo Graziosi
2022-01-26 22:31                       ` Alan Third
2022-01-27 19:59                       ` Alan Third
2022-01-27 22:10                         ` Angelo Graziosi
2022-01-29 15:43                           ` Angelo Graziosi
2022-01-30  4:19                             ` Richard Stallman
2022-01-30 22:08                               ` Angelo Graziosi
2022-01-30 12:37                             ` Alan Third
2022-01-30 21:57                               ` Angelo Graziosi
2022-02-03 13:47                               ` Angelo Graziosi
2022-02-03 16:39                                 ` Angelo Graziosi
2022-01-30 12:50                             ` Po Lu
2022-01-30 22:03                               ` Angelo Graziosi
2022-01-27 14:44                     ` Angelo Graziosi
2022-01-27 17:18                     ` Angelo Graziosi
2022-01-22 23:10           ` Brahimi Saifullah

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=366682291.727051.1641946326079@mail1.libero.it \
    --to=angelo.g0@libero.it \
    --cc=alan@idiocy.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).