From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: using gnus-posting-styles manually Date: Tue, 24 Jul 2018 08:58:23 -0700 Message-ID: <87o9ewwrq8.fsf@ericabrahamsen.net> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1532447801 6584 195.159.176.226 (24 Jul 2018 15:56:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 24 Jul 2018 15:56:41 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 24 17:56:37 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fhzfx-0001b4-GY for ged-emacs-devel@m.gmane.org; Tue, 24 Jul 2018 17:56:37 +0200 Original-Received: from localhost ([::1]:41237 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhzi4-0000A5-Hx for ged-emacs-devel@m.gmane.org; Tue, 24 Jul 2018 11:58:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhzhy-00009s-3P for emacs-devel@gnu.org; Tue, 24 Jul 2018 11:58:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhzht-0001AL-8l for emacs-devel@gnu.org; Tue, 24 Jul 2018 11:58:42 -0400 Original-Received: from [195.159.176.226] (port=56138 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fhzhs-00019f-Vz for emacs-devel@gnu.org; Tue, 24 Jul 2018 11:58:37 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fhzfi-0001I8-38 for emacs-devel@gnu.org; Tue, 24 Jul 2018 17:56:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:z9feP+JNQuJ/PJp959YPJ/h6dU8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:227775 Archived-At: Rainer Thiel writes: > Please forgive me if this is not the right list to ask this question > and if so, please point me to the appropriate one. > > I had to re-configure my gnus configuration, and most things now work > fine again. But I cannot find a way to select a posting style > manually when writing a message. Formerly, I used to do this by > typing "M-x gic" and typing the name of the posting style. This does > not seem to work anymore. I have never heard of a command called "gic", but the usual way to do it is put point on a group that matches one of your styles, and use "C-u m" instead of just plain "m". Hope that does what you want... Eric