From unknown Tue Aug 12 08:32:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#57935: 29.0.50; fix a comment in font.h Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 19 Sep 2022 15:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57935 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 57935@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16636006735954 (code B ref -1); Mon, 19 Sep 2022 15:18:02 +0000 Received: (at submit) by debbugs.gnu.org; 19 Sep 2022 15:17:53 +0000 Received: from localhost ([127.0.0.1]:54893 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaIWu-0001Xx-Bs for submit@debbugs.gnu.org; Mon, 19 Sep 2022 11:17:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:51098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaIWs-0001Xn-Lk for submit@debbugs.gnu.org; Mon, 19 Sep 2022 11:17:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41298) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaIWr-0006ow-Gw for bug-gnu-emacs@gnu.org; Mon, 19 Sep 2022 11:17:50 -0400 Received: from ledu-giraud.fr ([51.159.28.247]:27960) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaIWn-0001tz-K2 for bug-gnu-emacs@gnu.org; Mon, 19 Sep 2022 11:17:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=oGdST9JV+zUiE2a0 53+rgCl5Z6G3k6rQXH4pkNKxjgk=; h=date:subject:to:from; d=ledu-giraud.fr; b=peIn/sjEh62+4+ew9bNzqElMKH7kUvobMgpzkfuAWWh+gEKNya s4NVjdC74nWK7tijNyfNr0XOXuTfbB/y6AlXz82uNaJxs7bVcipTp2Ds6WVKD7a5xTYRQB 3iY94We1/3bxg7UOh7ldn5/Ndk4lNz8xJqwyTPFioRNCXdaKplB1LQ0Ib22TXOAapey96A ZVrTAgebHpZmYLjtcKgaD+GTNqM0obL9x/MbUP57ES7q7bRw3AEE7YQldGSaMX2tiEjQEZ DT60SmAsWT3VcETN3sHhpKF3/Np3iMWNjaLBYCwmYrUDhhyk08pS5430HOOghgQrJh7y4C s0WnBoqpGHFQ== Received: from elite.giraud ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id b209a7b1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Mon, 19 Sep 2022 17:17:41 +0200 (CEST) From: Manuel Giraud Date: Mon, 19 Sep 2022 17:17:40 +0200 Message-ID: <87h713ieaz.fsf@elite.giraud> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=51.159.28.247; envelope-from=manuel@ledu-giraud.fr; helo=ledu-giraud.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain Hi, Here is a simple comment fix in font.h --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-src-font.h-struct-font_driver-Comment-fix.patch >From f556b05e71d18f261676b73318854daeef80c610 Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Mon, 19 Sep 2022 17:15:50 +0200 Subject: [PATCH] ; * src/font.h (struct font_driver): Comment fix. --- src/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font.h b/src/font.h index 06bd297ccb..a932008fca 100644 --- a/src/font.h +++ b/src/font.h @@ -660,7 +660,7 @@ #define FONT_INVALID_CODE 0xFFFFFFFF /* Optional. Draw glyphs between FROM and TO of S->char2b at (X Y) pixel - position of frame F with S->FACE and S->GC. If WITH_BACKGROUND, + position of frame S->F with S->FACE and S->GC. If WITH_BACKGROUND, fill the background in advance. It is assured that WITH_BACKGROUND is false when (FROM > 0 || TO < S->nchars). */ int (*draw) (struct glyph_string *s, int from, int to, -- 2.37.3 --=-=-= Content-Type: text/plain Best regards, In GNU Emacs 29.0.50 (build 1, x86_64-unknown-openbsd7.2, X toolkit, cairo version 1.17.6, Xaw scroll bars) of 2022-09-17 built on elite.giraud Repository revision: 704cdf5e6c414928cb5b4f0b08d627a96b447e0b Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101004 System Description: OpenBSD elite.giraud 7.2 GENERIC.MP#714 amd64 Configured using: 'configure --prefix=/home/manuel/emacs --bindir=/home/manuel/bin --with-x-toolkit=athena --without-sound --without-compress-install CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib' Configured features: CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBXML2 MODULES NOTIFY KQUEUE PDUMPER PNG RSVG SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XINPUT2 XPM LUCID ZLIB Important settings: value of $LC_ALL: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: C/*lh Minor modes in effect: bug-reference-prog-mode: t global-git-commit-mode: t magit-auto-revert-mode: t auto-revert-mode: t TeX-PDF-mode: t icomplete-mode: t display-time-mode: t display-battery-mode: t shell-dirtrack-mode: t global-so-long-mode: t repeat-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: 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 abbrev-mode: t Load-path shadows: /home/manuel/.emacs.d/elpa/transient-20220806.2224/transient hides /home/manuel/emacs/share/emacs/29.0.50/lisp/transient Features: (shadow emacsbug magit-patch whitespace vc-src vc-sccs vc-cvs vc-rcs log-view vc find-dired ffap bug-reference magit-extras magit-bookmark magit-submodule magit-obsolete magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log which-func magit-diff git-commit log-edit pcvs-util add-log magit-core magit-autorevert autorevert magit-margin magit-transient magit-process with-editor magit-mode transient magit-git magit-base magit-section dash compat-27 compat-26 compat compat-macs gnus-fun smerge-mode diff cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays holiday-loaddefs cal-iso face-remap org-agenda org-refile preview font-latex latex latex-flymake flymake-proc flymake warnings tex-ispell tex-style tex texmathp tex-mode latexenc mailalias eudc-capf eudc cus-start eudc-vars epa-file vc-svn org-element avl-tree ol-eww eww url-queue ol-rmail ol-mhe ol-irc ol-info ol-gnus ol-docview ol-bibtex ol-bbdb ol-w3m ol-doi org-link-doi help-fns radix-tree cl-print nnmaildir shr-color utf-7 tramp-cmds term ehelp vc-hg vc-git diff-mode vc-bzr vc-dispatcher gnus-dired tramp-sh tramp-cache time-stamp pulse tabify imenu man misearch multi-isearch view pcmpl-unix sh-script smie executable sort gnus-cite mm-archive mail-extr textsec uni-scripts idna-mapping ucs-normalize uni-confusable textsec-check gnus-async gnus-bcklg qp gnus-ml nnselect gnus-search gnus-topic url-http url-gw url-cache url-auth imap rfc2104 nndoc nndraft nnmh network-stream nsm nnfolder nnml gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp gnus-cache nnrss mm-url w3m doc-view filenotify jka-compr image-mode wallpaper xdg exif w3m-hist w3m-fb bookmark-w3m w3m-ems w3m-favicon w3m-image tab-line w3m-proc w3m-util paredit edmacro icomplete time battery exwm-randr xcb-randr exwm-config exwm exwm-input xcb-keysyms xcb-xkb exwm-manage exwm-floating xcb-cursor xcb-render exwm-layout exwm-workspace exwm-core xcb-ewmh xcb-icccm xcb xcb-xproto xcb-types xcb-debug kmacro server stimmung-themes modus-operandi-theme modus-themes ytdious osm mingus libmpdee reporter edebug debug backtrace transmission diary-lib diary-loaddefs color calc-bin calc-ext calc calc-loaddefs rect calc-macs w3m-load mu4e mu4e-org mu4e-main mu4e-view mu4e-headers mu4e-compose mu4e-draft mu4e-actions smtpmail mu4e-search mu4e-lists mu4e-bookmarks mu4e-mark mu4e-message flow-fill mule-util hl-line mu4e-contacts mu4e-update mu4e-folders mu4e-server mu4e-context mu4e-vars mu4e-helpers mu4e-config bookmark ido supercite regi ebdb-message ebdb-gnus gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source utf7 nnoo gnus-spec gnus-int gnus-range message sendmail yank-media puny rfc822 mml mml-sec epa epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums gmm-utils mailheader gnus-win gnus nnheader gnus-util mail-utils range mm-util mail-prsvr ebdb-mua ebdb-com crm ebdb-format ebdb mailabbrev eieio-opt speedbar ezimage dframe eieio-base pcase timezone org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-footnote org-src ob-comint org-pcomplete org-list org-faces org-entities org-version ob-emacs-lisp ob-core ob-eval org-table oc-basic bibtex ol org-keys oc org-compat org-macs org-loaddefs find-func cal-menu calendar cal-loaddefs visual-basic-mode cl web-mode disp-table erlang-start smart-tabs-mode skeleton cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs slime-asdf grep slime-tramp tramp tramp-loaddefs trampver tramp-integration cus-edit cus-load wid-edit files-x tramp-compat rx shell pcomplete parse-time iso8601 time-date ls-lisp format-spec slime-fancy slime-indentation slime-cl-indent cl-indent slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree slime-scratch slime-presentations advice bridge slime-macrostep macrostep slime-mdot-fu slime-enclosing-context slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl elp slime-parse slime derived cl-extra help-mode lisp-mnt gud apropos compile text-property-search etags fileloop generator xref project arc-mode archive-mode noutline outline icons pp comint ansi-color ring hyperspec thingatpt slime-autoloads dired-aux dired-x dired dired-loaddefs so-long notifications dbus xml repeat easy-mmode auctex-autoloads tex-site debbugs-autoloads hyperbole-autoloads magit-autoloads git-commit-autoloads magit-section-autoloads dash-autoloads paredit-autoloads rust-mode-autoloads stimmung-themes-autoloads transient-autoloads with-editor-autoloads info compat-autoloads ytdious-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 cconv url-vars cl-loaddefs cl-lib rmc iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd 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 faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind kqueue lcms2 dynamic-setting system-font-setting font-render-setting cairo x-toolkit xinput2 x multi-tty make-network-process emacs) Memory information: ((conses 16 1414529 191009) (symbols 48 70697 6) (strings 32 337075 18836) (string-bytes 1 10572327) (vectors 16 201718) (vector-slots 8 3496422 178361) (floats 8 1184 724) (intervals 56 48945 1002) (buffers 1000 112)) -- Manuel Giraud --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 19 11:57:01 2022 Received: (at control) by debbugs.gnu.org; 19 Sep 2022 15:57:01 +0000 Received: from localhost ([127.0.0.1]:54937 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaJ8n-0002YK-Fa for submit@debbugs.gnu.org; Mon, 19 Sep 2022 11:57:01 -0400 Received: from mail-ot1-f47.google.com ([209.85.210.47]:45706) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaJ8l-0002Y2-29 for control@debbugs.gnu.org; Mon, 19 Sep 2022 11:56:59 -0400 Received: by mail-ot1-f47.google.com with SMTP id j17-20020a9d7f11000000b0065a20212349so911193otq.12 for ; Mon, 19 Sep 2022 08:56:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :from:to:cc:subject:date; bh=SKhOzXgsWX3eejvQcUqZbFOA+txi/s5uOfvJdSMSe2A=; b=dN8SwmlN5836vMjYKUao2sk9oL8bg6K3UZT1S27OMjegQC1bueiiHosCVKPl8m0jc2 nUDGMx0/bPrdR266j1M6wAl7nsAYlY/xQofa48wDlQz3DPL4XQIwz4mXq90TKExYGbmh a8clsge5UhSHdNNMO1g9uki5LFkFPF1PuYkE62SyM7no1btETIqP4GrY1j5d2pzNiNht okOlbJ7lWALJLT3bwCWIbJP2YYetw3r38G2W5phg0gjTSJNO5iRduuF1LceF/31vEfcH UxuzbztrTV4lgu+KqcJH6ZR3P/UFpyZuxWgREBHCdj4wI0ENURMHAKFSwFxzxzPL/+VF Kwjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :x-gm-message-state:from:to:cc:subject:date; bh=SKhOzXgsWX3eejvQcUqZbFOA+txi/s5uOfvJdSMSe2A=; b=FTvYGGCbssti5dekfDQgnWLcYfUE0/cRaoWt/WeUnWCajFjucfbJ3yhLBXD/qZXWzn Y1KLgDQshAKucUPT/gsL6DBYvaWFH+DPUuB9de1wu3d7IIB716PTNnGduiSn6zldWFKE 2IaJlqhJK5SqE80F9s/6yS1Ls4gB2iSUCe16fdqMnkgJjy4fEZIq0nkET6wjBeVXQEy+ ruGdT55lW0DQsVDWlkQgXahOR7lojchDX/OOL9ecAdG/2NTA0ppFNKtXTVKDIDO2778w azrjR77Cn8tlA2cd0jnysMQRh1ICDM6t2FsvYHoElSQbooRhLcdjMlbA7oG80CJEdJF8 ZKTQ== X-Gm-Message-State: ACrzQf308g7FNH1JxJBAy/b7XV2SAkv8kKBFkdAInSW4Q/B/7P6+e1YS oB3GtFUAhmVHkvVJ7OjSKo6Hqog/3oS+Iu+Xu8m/zoep X-Google-Smtp-Source: AMsMyM7NIwa39S3avATqTr8FRl904CNe6b2nY1nQJSD/z3wskO2aMmhpaD4WGVPhTCa/r6+Ue33DDQrKivhA8kUdvNE= X-Received: by 2002:a9d:7c89:0:b0:655:dfb1:331c with SMTP id q9-20020a9d7c89000000b00655dfb1331cmr8046761otn.224.1663603013407; Mon, 19 Sep 2022 08:56:53 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Mon, 19 Sep 2022 11:56:53 -0400 From: Stefan Kangas In-Reply-To: <87h713ieaz.fsf@elite.giraud> References: <87h713ieaz.fsf@elite.giraud> X-Hashcash: 1:20:220919:57935@debbugs.gnu.org::N75KlqhrODh1PEX0:Ao/o MIME-Version: 1.0 Date: Mon, 19 Sep 2022 11:56:53 -0400 Message-ID: Subject: control message To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 57935 + patch thanks From unknown Tue Aug 12 08:32:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#57935: 29.0.50; fix a comment in font.h Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 19 Sep 2022 16:00:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57935 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Manuel Giraud Cc: 57935@debbugs.gnu.org Received: via spool by 57935-submit@debbugs.gnu.org id=B57935.166360317910069 (code B ref 57935); Mon, 19 Sep 2022 16:00:03 +0000 Received: (at 57935) by debbugs.gnu.org; 19 Sep 2022 15:59:39 +0000 Received: from localhost ([127.0.0.1]:54943 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaJBK-0002cL-UX for submit@debbugs.gnu.org; Mon, 19 Sep 2022 11:59:39 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45634) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaJBI-0002c7-QT for 57935@debbugs.gnu.org; Mon, 19 Sep 2022 11:59:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33622) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaJB4-0001j5-Or; Mon, 19 Sep 2022 11:59:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=RBYviwJtDuMjDkLSZVKwUoDlZQZqDpgKpAAF8wYs/VU=; b=IIvrlflFSClM 1av26aD8wEILRg5OcBz5aeJRnMmzRUV1TjmLfbu2nAgZ/H2u8p4cDt5ODb+QVIv7u9x3KGAd1hwKO 9gCR86Oa9QEJfXSUz/O762VLk3gxGsyCAwdyz+osLydoSQ3v8mGkGioCXZK4Egr5gUp/+bRIPQ+O+ 7QyU/0ihdiqLYeHFkzLnS6Sm+HOPcYf4a+iWAbEeI0bY04N0YnnmIcw9ZXxxPqSyY6AFQyfzo9Jv5 6igHSWes5CwUyDstUd2MVuDVZXXZm0Aw8zLh4KP7r/GL16jtjGoq8exBHdYCHy2wyLLsN+r3Elhaw 2tWXHE65ZX2ymrPi8e0Yew==; Received: from [87.69.77.57] (port=2134 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaJB3-0008PZ-Qw; Mon, 19 Sep 2022 11:59:22 -0400 Date: Mon, 19 Sep 2022 18:59:24 +0300 Message-Id: <83leqfxsmb.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <87h713ieaz.fsf@elite.giraud> (message from Manuel Giraud on Mon, 19 Sep 2022 17:17:40 +0200) References: <87h713ieaz.fsf@elite.giraud> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Manuel Giraud > Date: Mon, 19 Sep 2022 17:17:40 +0200 > > Here is a simple comment fix in font.h Thanks, installed on the emacs-28 branch. From unknown Tue Aug 12 08:32:37 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Manuel Giraud Subject: bug#57935: closed (Re: bug#57935: 29.0.50; fix a comment in font.h) Message-ID: References: <83k05zxsln.fsf@gnu.org> <87h713ieaz.fsf@elite.giraud> X-Gnu-PR-Message: they-closed 57935 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 57935@debbugs.gnu.org Date: Mon, 19 Sep 2022 16:00:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1663603204-10191-1" This is a multi-part message in MIME format... ------------=_1663603204-10191-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57935: 29.0.50; fix a comment in font.h which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 57935@debbugs.gnu.org. --=20 57935: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57935 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1663603204-10191-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57935-done) by debbugs.gnu.org; 19 Sep 2022 15:59:51 +0000 Received: from localhost ([127.0.0.1]:54947 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaJBX-0002cn-78 for submit@debbugs.gnu.org; Mon, 19 Sep 2022 11:59:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaJBV-0002cZ-N6 for 57935-done@debbugs.gnu.org; Mon, 19 Sep 2022 11:59:50 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54876) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaJBQ-0001nq-GV for 57935-done@debbugs.gnu.org; Mon, 19 Sep 2022 11:59:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=A1g1Vw9FtQKpKnY2LORsLdmO4xHwIYeOnqcv87rtlms=; b=MepwZUHB9GJc WIZa/8ZesvxsVT2fVTAbcVjz/bDmykPWe7No73XaceXs+FTjIcTQBt3emBFGy26WHO4ZW7QiWR/TP 6+kPoqKrDQSsEPS8AxPbniKb/ZNhN9gdNC1EEyICJa/n+gwyvLFJJvihrT2lf4Tad7tYIgMZsgaAN uP9J5mhqLXvKuP7aBfVBwsqCRFB8o/7RL9ySDr4V8JzfPt9jRBC72rYTUsEsctM9a1gH+gzGFG/Ml Tbvc2/8EY0nRn3XE5azujbkNHgPNQTNHcha78gwQ9hGZeE2tvBSevJ7HRWtfFwKqloQB42gABGX+X jNBIGpUNAUXtNpGgCkNP0g==; Received: from [87.69.77.57] (port=2159 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaJBP-0008RA-P7 for 57935-done@debbugs.gnu.org; Mon, 19 Sep 2022 11:59:44 -0400 Date: Mon, 19 Sep 2022 18:59:48 +0300 Message-Id: <83k05zxsln.fsf@gnu.org> From: Eli Zaretskii To: 57935-done@debbugs.gnu.org In-Reply-To: <87h713ieaz.fsf@elite.giraud> (message from Manuel Giraud on Mon, 19 Sep 2022 17:17:40 +0200) Subject: Re: bug#57935: 29.0.50; fix a comment in font.h References: <87h713ieaz.fsf@elite.giraud> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57935-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Done. ------------=_1663603204-10191-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 19 Sep 2022 15:17:53 +0000 Received: from localhost ([127.0.0.1]:54893 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaIWu-0001Xx-Bs for submit@debbugs.gnu.org; Mon, 19 Sep 2022 11:17:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:51098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaIWs-0001Xn-Lk for submit@debbugs.gnu.org; Mon, 19 Sep 2022 11:17:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41298) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaIWr-0006ow-Gw for bug-gnu-emacs@gnu.org; Mon, 19 Sep 2022 11:17:50 -0400 Received: from ledu-giraud.fr ([51.159.28.247]:27960) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaIWn-0001tz-K2 for bug-gnu-emacs@gnu.org; Mon, 19 Sep 2022 11:17:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=oGdST9JV+zUiE2a0 53+rgCl5Z6G3k6rQXH4pkNKxjgk=; h=date:subject:to:from; d=ledu-giraud.fr; b=peIn/sjEh62+4+ew9bNzqElMKH7kUvobMgpzkfuAWWh+gEKNya s4NVjdC74nWK7tijNyfNr0XOXuTfbB/y6AlXz82uNaJxs7bVcipTp2Ds6WVKD7a5xTYRQB 3iY94We1/3bxg7UOh7ldn5/Ndk4lNz8xJqwyTPFioRNCXdaKplB1LQ0Ib22TXOAapey96A ZVrTAgebHpZmYLjtcKgaD+GTNqM0obL9x/MbUP57ES7q7bRw3AEE7YQldGSaMX2tiEjQEZ DT60SmAsWT3VcETN3sHhpKF3/Np3iMWNjaLBYCwmYrUDhhyk08pS5430HOOghgQrJh7y4C s0WnBoqpGHFQ== Received: from elite.giraud ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id b209a7b1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Mon, 19 Sep 2022 17:17:41 +0200 (CEST) From: Manuel Giraud To: bug-gnu-emacs@gnu.org Subject: 29.0.50; fix a comment in font.h Date: Mon, 19 Sep 2022 17:17:40 +0200 Message-ID: <87h713ieaz.fsf@elite.giraud> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=51.159.28.247; envelope-from=manuel@ledu-giraud.fr; helo=ledu-giraud.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain Hi, Here is a simple comment fix in font.h --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-src-font.h-struct-font_driver-Comment-fix.patch >From f556b05e71d18f261676b73318854daeef80c610 Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Mon, 19 Sep 2022 17:15:50 +0200 Subject: [PATCH] ; * src/font.h (struct font_driver): Comment fix. --- src/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font.h b/src/font.h index 06bd297ccb..a932008fca 100644 --- a/src/font.h +++ b/src/font.h @@ -660,7 +660,7 @@ #define FONT_INVALID_CODE 0xFFFFFFFF /* Optional. Draw glyphs between FROM and TO of S->char2b at (X Y) pixel - position of frame F with S->FACE and S->GC. If WITH_BACKGROUND, + position of frame S->F with S->FACE and S->GC. If WITH_BACKGROUND, fill the background in advance. It is assured that WITH_BACKGROUND is false when (FROM > 0 || TO < S->nchars). */ int (*draw) (struct glyph_string *s, int from, int to, -- 2.37.3 --=-=-= Content-Type: text/plain Best regards, In GNU Emacs 29.0.50 (build 1, x86_64-unknown-openbsd7.2, X toolkit, cairo version 1.17.6, Xaw scroll bars) of 2022-09-17 built on elite.giraud Repository revision: 704cdf5e6c414928cb5b4f0b08d627a96b447e0b Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101004 System Description: OpenBSD elite.giraud 7.2 GENERIC.MP#714 amd64 Configured using: 'configure --prefix=/home/manuel/emacs --bindir=/home/manuel/bin --with-x-toolkit=athena --without-sound --without-compress-install CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib' Configured features: CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBXML2 MODULES NOTIFY KQUEUE PDUMPER PNG RSVG SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XINPUT2 XPM LUCID ZLIB Important settings: value of $LC_ALL: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: C/*lh Minor modes in effect: bug-reference-prog-mode: t global-git-commit-mode: t magit-auto-revert-mode: t auto-revert-mode: t TeX-PDF-mode: t icomplete-mode: t display-time-mode: t display-battery-mode: t shell-dirtrack-mode: t global-so-long-mode: t repeat-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: 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 abbrev-mode: t Load-path shadows: /home/manuel/.emacs.d/elpa/transient-20220806.2224/transient hides /home/manuel/emacs/share/emacs/29.0.50/lisp/transient Features: (shadow emacsbug magit-patch whitespace vc-src vc-sccs vc-cvs vc-rcs log-view vc find-dired ffap bug-reference magit-extras magit-bookmark magit-submodule magit-obsolete magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log which-func magit-diff git-commit log-edit pcvs-util add-log magit-core magit-autorevert autorevert magit-margin magit-transient magit-process with-editor magit-mode transient magit-git magit-base magit-section dash compat-27 compat-26 compat compat-macs gnus-fun smerge-mode diff cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays holiday-loaddefs cal-iso face-remap org-agenda org-refile preview font-latex latex latex-flymake flymake-proc flymake warnings tex-ispell tex-style tex texmathp tex-mode latexenc mailalias eudc-capf eudc cus-start eudc-vars epa-file vc-svn org-element avl-tree ol-eww eww url-queue ol-rmail ol-mhe ol-irc ol-info ol-gnus ol-docview ol-bibtex ol-bbdb ol-w3m ol-doi org-link-doi help-fns radix-tree cl-print nnmaildir shr-color utf-7 tramp-cmds term ehelp vc-hg vc-git diff-mode vc-bzr vc-dispatcher gnus-dired tramp-sh tramp-cache time-stamp pulse tabify imenu man misearch multi-isearch view pcmpl-unix sh-script smie executable sort gnus-cite mm-archive mail-extr textsec uni-scripts idna-mapping ucs-normalize uni-confusable textsec-check gnus-async gnus-bcklg qp gnus-ml nnselect gnus-search gnus-topic url-http url-gw url-cache url-auth imap rfc2104 nndoc nndraft nnmh network-stream nsm nnfolder nnml gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp gnus-cache nnrss mm-url w3m doc-view filenotify jka-compr image-mode wallpaper xdg exif w3m-hist w3m-fb bookmark-w3m w3m-ems w3m-favicon w3m-image tab-line w3m-proc w3m-util paredit edmacro icomplete time battery exwm-randr xcb-randr exwm-config exwm exwm-input xcb-keysyms xcb-xkb exwm-manage exwm-floating xcb-cursor xcb-render exwm-layout exwm-workspace exwm-core xcb-ewmh xcb-icccm xcb xcb-xproto xcb-types xcb-debug kmacro server stimmung-themes modus-operandi-theme modus-themes ytdious osm mingus libmpdee reporter edebug debug backtrace transmission diary-lib diary-loaddefs color calc-bin calc-ext calc calc-loaddefs rect calc-macs w3m-load mu4e mu4e-org mu4e-main mu4e-view mu4e-headers mu4e-compose mu4e-draft mu4e-actions smtpmail mu4e-search mu4e-lists mu4e-bookmarks mu4e-mark mu4e-message flow-fill mule-util hl-line mu4e-contacts mu4e-update mu4e-folders mu4e-server mu4e-context mu4e-vars mu4e-helpers mu4e-config bookmark ido supercite regi ebdb-message ebdb-gnus gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source utf7 nnoo gnus-spec gnus-int gnus-range message sendmail yank-media puny rfc822 mml mml-sec epa epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums gmm-utils mailheader gnus-win gnus nnheader gnus-util mail-utils range mm-util mail-prsvr ebdb-mua ebdb-com crm ebdb-format ebdb mailabbrev eieio-opt speedbar ezimage dframe eieio-base pcase timezone org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-footnote org-src ob-comint org-pcomplete org-list org-faces org-entities org-version ob-emacs-lisp ob-core ob-eval org-table oc-basic bibtex ol org-keys oc org-compat org-macs org-loaddefs find-func cal-menu calendar cal-loaddefs visual-basic-mode cl web-mode disp-table erlang-start smart-tabs-mode skeleton cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs slime-asdf grep slime-tramp tramp tramp-loaddefs trampver tramp-integration cus-edit cus-load wid-edit files-x tramp-compat rx shell pcomplete parse-time iso8601 time-date ls-lisp format-spec slime-fancy slime-indentation slime-cl-indent cl-indent slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree slime-scratch slime-presentations advice bridge slime-macrostep macrostep slime-mdot-fu slime-enclosing-context slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl elp slime-parse slime derived cl-extra help-mode lisp-mnt gud apropos compile text-property-search etags fileloop generator xref project arc-mode archive-mode noutline outline icons pp comint ansi-color ring hyperspec thingatpt slime-autoloads dired-aux dired-x dired dired-loaddefs so-long notifications dbus xml repeat easy-mmode auctex-autoloads tex-site debbugs-autoloads hyperbole-autoloads magit-autoloads git-commit-autoloads magit-section-autoloads dash-autoloads paredit-autoloads rust-mode-autoloads stimmung-themes-autoloads transient-autoloads with-editor-autoloads info compat-autoloads ytdious-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 cconv url-vars cl-loaddefs cl-lib rmc iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd 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 faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind kqueue lcms2 dynamic-setting system-font-setting font-render-setting cairo x-toolkit xinput2 x multi-tty make-network-process emacs) Memory information: ((conses 16 1414529 191009) (symbols 48 70697 6) (strings 32 337075 18836) (string-bytes 1 10572327) (vectors 16 201718) (vector-slots 8 3496422 178361) (floats 8 1184 724) (intervals 56 48945 1002) (buffers 1000 112)) -- Manuel Giraud --=-=-=-- ------------=_1663603204-10191-1-- From unknown Tue Aug 12 08:32:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#57935: 29.0.50; fix a comment in font.h Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 21 Sep 2022 07:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57935 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Eli Zaretskii Cc: 57935@debbugs.gnu.org Received: via spool by 57935-submit@debbugs.gnu.org id=B57935.166374423812184 (code B ref 57935); Wed, 21 Sep 2022 07:11:01 +0000 Received: (at 57935) by debbugs.gnu.org; 21 Sep 2022 07:10:38 +0000 Received: from localhost ([127.0.0.1]:60428 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oatsU-0003AQ-IM for submit@debbugs.gnu.org; Wed, 21 Sep 2022 03:10:38 -0400 Received: from ledu-giraud.fr ([51.159.28.247]:20910) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oatsS-0003AG-9S for 57935@debbugs.gnu.org; Wed, 21 Sep 2022 03:10:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=Spu/5u8+ux3qcvBL uDewqAIDIll+aRGvIuc4U0I0PC8=; h=date:references:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=edGNqUYgMsZre5+BvChf7oPFBa9xYICuEyxhdv Ck7ZJuTK5ux4hoWMdST8ITckoa/weYQmol3G3Gr8In2ALON2IOYfehnrts6GKlxFQp6tWw 5M/bbr3yzA8Mvnnqi6Kgj89sKD4GgdmTsucTJthNx9n3Fhc4YpxNTw1tE9te8RZtNwVmCn 5Dwx5UJLPW969H/cvMSHSzd2YvGI6pjQljhDhOtaMI9+LNt6HOsTushoayUW1dCO5Ut7a6 5LKe/f0a9E64rH1ZaPlYS3dD5yXijcb1aYJvutM19ao3vACcsaqAeqzi8ZYhxbBctx028a sxQUfDUenmietCyW+xbjWFPg== Received: from elite.giraud ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id d046b1cb (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 21 Sep 2022 09:10:35 +0200 (CEST) From: Manuel Giraud In-Reply-To: <83leqfxsmb.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 19 Sep 2022 18:59:24 +0300") References: <87h713ieaz.fsf@elite.giraud> <83leqfxsmb.fsf@gnu.org> Date: Wed, 21 Sep 2022 09:10:34 +0200 Message-ID: <87bkr98aol.fsf@elite.giraud> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eli Zaretskii writes: [...] > Thanks, installed on the emacs-28 branch. Thanks Eli. I don't see it on master. Will it be pulled at a later time? Best regards, -- Manuel Giraud From unknown Tue Aug 12 08:32:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#57935: 29.0.50; fix a comment in font.h Resent-From: Stefan Kangas Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 21 Sep 2022 08:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57935 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Manuel Giraud , Eli Zaretskii Cc: 57935@debbugs.gnu.org Received: via spool by 57935-submit@debbugs.gnu.org id=B57935.166374948621545 (code B ref 57935); Wed, 21 Sep 2022 08:39:01 +0000 Received: (at 57935) by debbugs.gnu.org; 21 Sep 2022 08:38:06 +0000 Received: from localhost ([127.0.0.1]:60593 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oavF8-0005bR-0T for submit@debbugs.gnu.org; Wed, 21 Sep 2022 04:38:06 -0400 Received: from mail-ot1-f44.google.com ([209.85.210.44]:44811) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oavF4-0005ar-LQ for 57935@debbugs.gnu.org; Wed, 21 Sep 2022 04:38:04 -0400 Received: by mail-ot1-f44.google.com with SMTP id x23-20020a056830409700b00655c6dace73so3434822ott.11 for <57935@debbugs.gnu.org>; Wed, 21 Sep 2022 01:38:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:from:to:cc:subject:date; bh=L2J/D0apW254mDJgECJPncqZI24Acx+xujjRz8803To=; b=oAalVOdaKrPz3wtz55PiXhGJjxbouMLTf87tSEvOgGyHwrC6qDHVHEngrqEMsBbJn3 I2wb8tyL7qt2B4CZz/kyjXiSRjJcjmypI4FMM+0fTuFggdSScIfi839pvm79wmPp4V8O SA6SvGdckoEuzKWym/lvPEwOqDDxyuivH8T/63KgoXIOLsNzZts/qWmt8jQct0yYEtV+ WMRWUGYKKL8HOOnAKxuP8JbyqlEOSUFsmCyarMNPSyhTQI+SE6XQrRfPPKZ/f7nl6P9M HMu6oxEcALso+d0Y5sHjJPktU3KOq5Ugfem/JzQXMeaj2uBUQEzbw/W6RQH0R0VWu82d SI7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:x-gm-message-state:from:to:cc:subject:date; bh=L2J/D0apW254mDJgECJPncqZI24Acx+xujjRz8803To=; b=pDGzZnkUcmRa+fUs10F1IntvJcyKvrcMI3bYXmPFwfGwnajF+MekAgi1Xjw7h9ZH7f re5dsQlqgHfSqji/qYMnnFQx8iZ3XeYcyaj1SOhwsObpQmXlhv93K1GVjpKmSUClGXj6 Eg/EhhTE9ryGccFIwReszeRCjhKkOiD+C5SnX5dLk14dUKnh2jvF6OvCeUsXfc13QSSt URHON8ydSvazxR6DNmcHZHzabtYDbYghUb4FJa4uEazsvw0IOGXUnVYABKeM29g1Lddh AMwEPH4rmP6dyKeusfGtRUPf2ui66V8xZhTamtWIX/u+3fCn4rFTACwvAGj1JFnYILme Xz1w== X-Gm-Message-State: ACrzQf2+QAfCc+qBvPRXybDthvx1W/NBP1dvSnEjbOm45AekUpQIfrPx 7LNnuSvP3wCBAy7EjlKeqUVwV+a8uvvTj4mv1sY= X-Google-Smtp-Source: AMsMyM6H7MvtzK7THMJ+zdcB+SVqoVEuNzaeS/diTEP0cOArW8EveJTqdcLjXQOfF1Hez/y7HwPsu4XWZOjzRAFLMkQ= X-Received: by 2002:a9d:7c89:0:b0:655:dfb1:331c with SMTP id q9-20020a9d7c89000000b00655dfb1331cmr11514337otn.224.1663749476998; Wed, 21 Sep 2022 01:37:56 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 21 Sep 2022 01:37:56 -0700 From: Stefan Kangas In-Reply-To: <87bkr98aol.fsf@elite.giraud> References: <87h713ieaz.fsf@elite.giraud> <83leqfxsmb.fsf@gnu.org> <87bkr98aol.fsf@elite.giraud> X-Hashcash: 1:20:220921:manuel@ledu-giraud.fr::scveQ44co8So2+Gb:6slM MIME-Version: 1.0 Date: Wed, 21 Sep 2022 01:37:56 -0700 Message-ID: Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Manuel Giraud writes: > Thanks Eli. I don't see it on master. Will it be pulled at a later > time? That change is now merged. (It required manual intervention to work around the fact that we move etc/NEWS around.) From unknown Tue Aug 12 08:32:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#57935: 29.0.50; fix a comment in font.h Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 21 Sep 2022 08:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57935 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Stefan Kangas Cc: Eli Zaretskii , 57935@debbugs.gnu.org, Manuel Giraud Received: via spool by 57935-submit@debbugs.gnu.org id=B57935.166374990722328 (code B ref 57935); Wed, 21 Sep 2022 08:46:01 +0000 Received: (at 57935) by debbugs.gnu.org; 21 Sep 2022 08:45:07 +0000 Received: from localhost ([127.0.0.1]:60598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oavLu-0005o4-Rc for submit@debbugs.gnu.org; Wed, 21 Sep 2022 04:45:07 -0400 Received: from ledu-giraud.fr ([51.159.28.247]:18136) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oavLr-0005nu-S6 for 57935@debbugs.gnu.org; Wed, 21 Sep 2022 04:45:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=T8QNOyooH9jyA9o+ kJ0cDYbc8ZoI64GHEYmvPJTKdas=; h=date:references:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=L5Je6K610nkfB3+8qQcXeuoOdCj+H09G/h2eib B/45DSMwmorAjKgG+dl5UiPkjz+vOnvb7EKFZIXgaffXb98cn2Ep29LTzBDOUPTMZfEz8n tyldZ/eEiaeknDw9giRbEP4E86xgbSNjXK9X31ma+1tgrxR6XZ8SBNOqFJhihdvHvrunam r2H9n0DHpNvZ20KoTF6h3AJnMkzNxPW1xTXXzlEPUHcs6+uagoWS1gIQxgRikR7E3oxs1N 4znEcDJ2YAjRzUYseupvfIi0zFbxVLNsM3/z/KMib7Vl9iKE5hPOnwF42WYIiio4HPdiQj at0YAJzA8h28ZnQtiy39rtFw== Received: from elite.giraud ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id 7ba7f76a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 21 Sep 2022 10:45:02 +0200 (CEST) From: Manuel Giraud In-Reply-To: (Stefan Kangas's message of "Wed, 21 Sep 2022 01:37:56 -0700") References: <87h713ieaz.fsf@elite.giraud> <83leqfxsmb.fsf@gnu.org> <87bkr98aol.fsf@elite.giraud> Date: Wed, 21 Sep 2022 10:45:01 +0200 Message-ID: <87r105t8tu.fsf@elite.giraud> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Stefan Kangas writes: > That change is now merged. (It required manual intervention to work > around the fact that we move etc/NEWS around.) Thanks a lot. Sorry I'm not aware of all this branch maintenance. -- Manuel Giraud