Stefan Kangas <stefankangas@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at submit) by debbugs.gnu.org; 17 Jul 2023 16:16:40 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Jul 17 12:16:40 2023 Received: from localhost ([127.0.0.1]:50807 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qLQts-0001XI-I1 for submit <at> debbugs.gnu.org; Mon, 17 Jul 2023 12:16:40 -0400 Received: from lists.gnu.org ([2001:470:142::17]:57412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <uzibalqa@HIDDEN>) id 1qLQtp-0001X4-Vj for submit <at> debbugs.gnu.org; Mon, 17 Jul 2023 12:16:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <uzibalqa@HIDDEN>) id 1qLQtk-0008Gn-Ff for bug-gnu-emacs@HIDDEN; Mon, 17 Jul 2023 12:16:32 -0400 Received: from mail-4318.protonmail.ch ([185.70.43.18]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <uzibalqa@HIDDEN>) id 1qLQtg-0006l1-Ep for bug-gnu-emacs@HIDDEN; Mon, 17 Jul 2023 12:16:32 -0400 Date: Mon, 17 Jul 2023 16:16:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=uwrghfiq6rdsvkapwd3uoae37u.protonmail; t=1689610585; x=1689869785; bh=tWcAhFnvFFjWyiaBEbbpS8cE8WFZz+fmNEH1gemvAR4=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=Xdy7ANIb7aJuyXSYO8mEfSMk4pXX0BC3lZ7JL3VJtk777zU+TnW+DinnmuTi/00X7 t0YJAqIh0HxyZPic/ITwYhorUXgEm3T8G8p3F22gKMVwsaFAEcYbBXo1Uq5gDOXxYS 6muKqSNGJ9jwalce8Ww7tk1/3IRU6N++VYcsr7P4p8MECWRqhAiEVUI7zRfEA71z0j sla334u0q9EkBMPiSWuxIesrRy+SaL7MQfAatl7YP52N/mnk/m+OlC60SzHxs8lkh2 tGMtMfwjHsnzyyqlCo3arfw9OcuMjJTljh2hvrNfurlx8/IV30nIwYC7LZ2IiDDkQo KfFEjifemdHyw== To: "bug-gnu-emacs@HIDDEN" <bug-gnu-emacs@HIDDEN> From: uzibalqa <uzibalqa@HIDDEN> Subject: Request: Highlighting comments for text with spaces Message-ID: <y5LOx8-LNfA-Hz8vwgisrQYaRfN3jumgLrmn43JebXTdntVNQjfCoSovkiP1Gkm_BRvCsGTNQIce0-n4xaxBKlOcqtqUmAYSL2qH36eObCo=@proton.me> Feedback-ID: 52887082:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.18; envelope-from=uzibalqa@HIDDEN; helo=mail-4318.protonmail.ch 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, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.0 (/) When using 'emacs-lisp-mode', quoted words in comments get highlighted. But the highlighting does appear if the text includes spaces. It is mentio= ned=20 that the highlighting is intended on words that can be evaluated. But highlighting some arbitrary text (with included spaces) inside comments= =20 would be beneficial. =20 For instance, consider some notes with lines of code and a description bene= ath it.=20 Highlighting the usage code part would help readability. One could also show supporting documentation in a more organised way through highlighting. =20 An additional alias 'elisp-mode' for 'emacs-lisp-mode' would also make sens= e.
uzibalqa <uzibalqa@HIDDEN>
:bug-gnu-emacs@HIDDEN
.
Full text available.bug-gnu-emacs@HIDDEN
:bug#64683
; Package emacs
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.