From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21839 Path: news.gmane.org!not-for-mail From: rb Newsgroups: gmane.comp.tex.context Subject: ConTeXt-mode and AUCTeX Date: 06 Aug 2005 18:03:48 -0400 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1123575479 11088 80.91.229.2 (9 Aug 2005 08:17:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Aug 2005 08:17:59 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 09 10:17:50 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1E2PI2-0004b5-Un for gctc-ntg-context-518@m.gmane.org; Tue, 09 Aug 2005 10:16:51 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8C0681279B; Tue, 9 Aug 2005 10:16:50 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15596-06-2; Tue, 9 Aug 2005 10:16:48 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 675F6127BA; Tue, 9 Aug 2005 10:16:46 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C27F3127B0 for ; Sun, 7 Aug 2005 00:03:50 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13149-05 for ; Sun, 7 Aug 2005 00:03:49 +0200 (CEST) Original-Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by ronja.ntg.nl (Postfix) with ESMTP id D80CA127A2 for ; Sun, 7 Aug 2005 00:03:49 +0200 (CEST) Original-Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail2.panix.com (Postfix) with ESMTP id DD3419D84D for ; Sat, 6 Aug 2005 18:03:48 -0400 (EDT) Original-Received: (from rb@localhost) by panix5.panix.com (8.11.6p3/8.8.8/PanixN1.1) id j76M3mn02892; Sat, 6 Aug 2005 18:03:48 -0400 (EDT) Original-To: mailing list for ConTeXt users Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-Virus-Scanned: amavisd-new at ntg.nl X-Mailman-Approved-At: Tue, 09 Aug 2005 10:16:44 +0200 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:21839 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21839 I recently switched from context.el to AUCTeX 11.55, with "built in context-mode". One feature from the original which I am unable to find within the AUCTeX version is the automatic prompt (open square bracket) for arguments with every \start... \stop... pair. In original I used C-c C-o (tex-context-block), in AUCTeX, I'm using C-c C-e (to insert any \start \stop pair), not the same command, but the original doesn't seem to be available. Is there a way to get the automatic prompt for arguments? Thank you --