From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 12 02:30:24 2013 Received: (at submit) by debbugs.gnu.org; 12 Oct 2013 06:30:25 +0000 Received: from localhost ([127.0.0.1]:43947 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VUsiU-0006MO-Lp for submit@debbugs.gnu.org; Sat, 12 Oct 2013 02:30:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35864) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VUsiK-0006M7-Q6 for submit@debbugs.gnu.org; Sat, 12 Oct 2013 02:30:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUsiC-0006LL-C7 for submit@debbugs.gnu.org; Sat, 12 Oct 2013 02:30:12 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:57311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUsiC-0006Kx-9g for submit@debbugs.gnu.org; Sat, 12 Oct 2013 02:30:04 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUsi3-0002rh-Sf for bug-gnu-emacs@gnu.org; Sat, 12 Oct 2013 02:30:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUshv-000690-Ew for bug-gnu-emacs@gnu.org; Sat, 12 Oct 2013 02:29:55 -0400 Received: from mail-ea0-x22e.google.com ([2a00:1450:4013:c01::22e]:41617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUshv-00068w-7h for bug-gnu-emacs@gnu.org; Sat, 12 Oct 2013 02:29:47 -0400 Received: by mail-ea0-f174.google.com with SMTP id z15so2292167ead.5 for ; Fri, 11 Oct 2013 23:29:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:message-id:subject:mime-version:content-type; bh=bKwbjLqYLTsAd3z6QV0iI2vKdoJTk9UL2IQhaaxPIt8=; b=jL6nWhvchGtgsoaOU3XlWf6y8BIjjdK9DyD7wuKwvZxUcJ6uuShO9E+HMglsy5gFsK 5IGL8HgOtfCK7sqtOSZck+d3l1b/sGooqrfZ9AJy12H3BfmebhglnmaZgZZux3lcBcg9 MsdjaxweSDF3glnqyfx8nLf47vLQzt9ABvScyIEht18oFqyBZz3O5GKIvSJjJ/dqyWT3 3L0otE3uj5wVzMC1atlAd6M+4aeolfM1rDfpMBIv6GvCe960shkL/XC1uw/xP/ff+w8n 7t3kYrVJyE/t3I1ta4A0XxdlwAWLuAlpVWXPUrcyQXjNC6sZEwOlbYIndTLC1ALtdwF/ 6VBQ== X-Received: by 10.14.213.68 with SMTP id z44mr540881eeo.70.1381559386445; Fri, 11 Oct 2013 23:29:46 -0700 (PDT) Received: from [10.0.1.4] (93-152-182-45.ddns.onlinedirect.bg. [93.152.182.45]) by mx.google.com with ESMTPSA id n48sm123891984eeg.17.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 11 Oct 2013 23:29:45 -0700 (PDT) Date: Sat, 12 Oct 2013 09:29:44 +0300 From: Bozhidar Batsov To: bug-gnu-emacs@gnu.org Message-ID: <040534C485AB4963BAE8796EE2960D8C@gmail.com> Subject: 24.3; ruby-mode lacks a menu X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="5258ec58_42c296bd_30e" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) --5258ec58_42c296bd_30e Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline As far as I know it's customary for major modes to feature a menu. Even if the mode does not expose that much commands for the end users, minor mode writers can plug their mode related extensions in the major mode menu, making it easier for newcomers to find about their usage. For instance inf-ruby provides quite a lot of commands that could be added to ruby-mode's menu (if one existed). -- Cheers, Bozhidar --5258ec58_42c296bd_30e Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
As far as I know it's= customary for major modes to feature a menu. Even if the mode does not e= xpose that much commands for the end users, minor mode writers can plug t= heir mode related extensions in the major mode menu, making it easier for= newcomers to find about their usage. =46or instance inf-ruby provides qu= ite a lot of commands that could be added to ruby-mode's menu (if one exi= sted).

-- 
Cheers,
=
Bozhidar

--5258ec58_42c296bd_30e-- From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 12 14:21:26 2013 Received: (at control) by debbugs.gnu.org; 12 Oct 2013 18:21:26 +0000 Received: from localhost ([127.0.0.1]:44596 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VV3oc-0007uh-3g for submit@debbugs.gnu.org; Sat, 12 Oct 2013 14:21:26 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:45134) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VV3oZ-0007uX-VZ for control@debbugs.gnu.org; Sat, 12 Oct 2013 14:21:24 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VV3oZ-0004si-Gw for control@debbugs.gnu.org; Sat, 12 Oct 2013 14:21:23 -0400 Date: Sat, 12 Oct 2013 14:21:23 -0400 Message-Id: Subject: control message for bug 15600 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.2 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.2 (-----) merge 15595 15600 From unknown Sat Jun 14 03:57:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 22 Nov 2013 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator