GNU bug report logs -
#64174
30.0.50; Emacs for Android: support tool-bar-position frame parameter
Previous Next
Reported by: Ant <n58r <at> pm.me>
Date: Mon, 19 Jun 2023 16:52:02 UTC
Severity: normal
Found in version 30.0.50
Done: Po Lu <luangruo <at> yahoo.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64174 in the body.
You can then email your comments to 64174 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#64174
; Package
emacs
.
(Mon, 19 Jun 2023 16:52:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ant <n58r <at> pm.me>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Mon, 19 Jun 2023 16:52:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
I know that the Android native build of Emacs is still in an early
stage. I just want to address this little feature request since I
believe that allowing the tool-bar to be on bottom position would be
useful on small touch screen devices, since it would be easier for the
thumbs to reach those buttons.
Currently, if I evaluate the following expression on Emacs for Android:
(set-frame-parameter nil 'tool-bar-position 'bottom)
nothing happens.
Thank you in advance
In GNU Emacs 30.0.50 (build 1, aarch64-unknown-linux-android29) of
2023-06-19 built on xeon
Repository revision: 405d14402f21df3404ce9c5aa3c7f942e6deb3e3
Windowing system distributor 'Sony', version 31.0.0
Android version and manufacturer:
Sony/XQ-AS52_EEA/XQ-AS52:12/58.2.A.10.126/058002A010012603718185433:user/release-keys
Configured using:
'configure --with-png=yes --with-webp=yes --with-gif=yes
--with-json=ifavailable --with-jpeg=yes --with-xml2=yes
--with-sqlite3=yes --with-gnutls=yes --with-tiff=yes --with-selinux=yes
--with-modules=yes --with-tree-sitter=yes --with-imagemagick=no
--with-lcms2=yes --with-mailutils= --with-pop=no-by-default
--with-harfbuzz=yes --enable-check-lisp-object-type= 'CFLAGS=-O2
-Werror=implicit-function-declaration''
Configured features:
GIF GMP GNUTLS HARFBUZZ JPEG JSON LIBSELINUX LIBXML2 MODULES NOTIFY
INOTIFY PDUMPER PNG SECCOMP SQLITE3 TIFF TREE_SITTER WEBP ZLIB
Important settings:
locale-coding-system: nil
Major mode: Fundamental
Minor modes in effect:
server-mode: t
tooltip-mode: t
global-eldoc-mode: t
show-paren-mode: t
electric-indent-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
buffer-read-only: t
line-number-mode: t
indent-tabs-mode: t
transient-mark-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
Load-path shadows:
None found.
Features:
(shadow sort mail-extr emacsbug message yank-media puny dired
dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config
gnus-util text-property-search time-date mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils server info
evil-autoloads nano-modeline-autoloads nano-theme-autoloads package
browse-url url url-proxy url-privacy url-expand url-methods url-history
url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers
url-parse auth-source cl-seq eieio eieio-core cl-macs password-cache
json subr-x map byte-opt gv bytecomp byte-compile url-vars cl-loaddefs
cl-lib rmc iso-transl tooltip cus-start cconv eldoc paren electric
uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel
android-win term/common-win ls-lisp touch-screen tool-bar dnd fontset
image regexp-opt fringe tabulated-list replace newcomment text-mode
lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch
easymenu timer select scroll-bar mouse jit-lock font-lock syntax
font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic
indonesian philippine cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
composite emoji-zwj charscript charprop case-table epa-hook
jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs
theme-loaddefs faces cus-face macroexp files window text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget
keymap hashtable-print-readable backquote
inotify android multi-tty make-network-process emacs)
Memory information:
((conses 16 321920 39837) (symbols 48 23862 3) (strings 32 81752 1824)
(string-bytes 1 1898912) (vectors 16 63222)
(vector-slots 8 1690339 61289) (floats 8 233 234)
(intervals 56 1235 63) (buffers 992 16))
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#64174
; Package
emacs
.
(Tue, 20 Jun 2023 01:01:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 64174 <at> debbugs.gnu.org (full text, mbox):
Ant <n58r <at> pm.me> writes:
> I know that the Android native build of Emacs is still in an early
> stage. I just want to address this little feature request since I
> believe that allowing the tool-bar to be on bottom position would be
> useful on small touch screen devices, since it would be easier for the
> thumbs to reach those buttons.
>
> Currently, if I evaluate the following expression on Emacs for Android:
>
> (set-frame-parameter nil 'tool-bar-position 'bottom)
>
> nothing happens.
>
> Thank you in advance
Thanks. This isn't specific to the Android port: we use the generic
internal tool bar code used outside NS and GTK, which doesn't support
tool-bar-position.
I will look into this.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#64174
; Package
emacs
.
(Wed, 21 Jun 2023 03:30:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 64174 <at> debbugs.gnu.org (full text, mbox):
Po Lu <luangruo <at> yahoo.com> writes:
> Ant <n58r <at> pm.me> writes:
>
>> I know that the Android native build of Emacs is still in an early
>> stage. I just want to address this little feature request since I
>> believe that allowing the tool-bar to be on bottom position would be
>> useful on small touch screen devices, since it would be easier for the
>> thumbs to reach those buttons.
>>
>> Currently, if I evaluate the following expression on Emacs for Android:
>>
>> (set-frame-parameter nil 'tool-bar-position 'bottom)
>>
>> nothing happens.
>>
>> Thank you in advance
>
> Thanks. This isn't specific to the Android port: we use the generic
> internal tool bar code used outside NS and GTK, which doesn't support
> tool-bar-position.
>
> I will look into this.
I've now implemented this.
Ant, would you please try and see whether or not it works
satisfactorily?
Reply sent
to
Po Lu <luangruo <at> yahoo.com>
:
You have taken responsibility.
(Wed, 21 Jun 2023 12:43:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ant <n58r <at> pm.me>
:
bug acknowledged by developer.
(Wed, 21 Jun 2023 12:43:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 64174-done <at> debbugs.gnu.org (full text, mbox):
When replying to bug reports, please retain the bug tracker in the Cc
list, to ensure that it is able to record your responses. Thanks.
Ant <n58r <at> pm.me> writes:
> On 21/06/23 05:28, Po Lu wrote:
>> Po Lu <luangruo <at> yahoo.com> writes:
>>
>>> Ant <n58r <at> pm.me> writes:
>>>
>>>> I know that the Android native build of Emacs is still in an early
>>>> stage. I just want to address this little feature request since I
>>>> believe that allowing the tool-bar to be on bottom position would be
>>>> useful on small touch screen devices, since it would be easier for the
>>>> thumbs to reach those buttons.
>>>>
>>>> Currently, if I evaluate the following expression on Emacs for Android:
>>>>
>>>> (set-frame-parameter nil 'tool-bar-position 'bottom)
>>>>
>>>> nothing happens.
>>>>
>>>> Thank you in advance
>>> Thanks. This isn't specific to the Android port: we use the generic
>>> internal tool bar code used outside NS and GTK, which doesn't support
>>> tool-bar-position.
>>>
>>> I will look into this.
>> I've now implemented this.
>>
>> Ant, would you please try and see whether or not it works
>> satisfactorily?
>
> It works like a charm, thank you!
Thanks. I'm closing this bug.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 20 Jul 2023 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 336 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.