From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Denis Bueno" Newsgroups: gmane.emacs.help Subject: Re: What did I do? or rather, how did I do it? Date: Tue, 2 Oct 2007 10:45:31 -0400 Message-ID: <6dbd4d000710020745x7a6ce8ddt3391bd04d00c7b6f@mail.gmail.com> References: <1191275041.412058.37890@n39g2000hsh.googlegroups.com> <1191333212.036841.48400@n39g2000hsh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1191336382 17453 80.91.229.12 (2 Oct 2007 14:46:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Oct 2007 14:46:22 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "the matt" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 02 16:46:19 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Icj0S-0000TZ-BQ for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Oct 2007 16:45:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Icj0O-0003ch-AZ for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Oct 2007 10:45:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Icj0A-0003cX-J9 for help-gnu-emacs@gnu.org; Tue, 02 Oct 2007 10:45:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Icj08-0003cG-QJ for help-gnu-emacs@gnu.org; Tue, 02 Oct 2007 10:45:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Icj08-0003cD-Ke for help-gnu-emacs@gnu.org; Tue, 02 Oct 2007 10:45:32 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.236]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Icj08-0000nU-Ag for help-gnu-emacs@gnu.org; Tue, 02 Oct 2007 10:45:32 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 50so2265431wra for ; Tue, 02 Oct 2007 07:45:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=sWAzzkSqWn3hq5nG2Jcd/5sPDaPswk3Np+3TwFB+t+k=; b=ljmhlXASq/0BftLgayDyy0WCkD2rQRMD3OPXXOmDvAA7jhWJnxGxFYTtLonJeqJOlO8FbiP1GyxuGG0b7Kh+wkK8l89+VvAYX5v+Pl1WiH0pAmmiu45LO611bcLxnjK1gqzpdJNiABynIJ/eMsPJiIdIraa6z8NO9neQ7rdysko= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=krip3hiDYk8jZuCXGw2S/5G6enFKcQcFuEDUlmORTdwQPkzelGw8bYXxRUylAvRcVN2MMheUqMmzYknFPBQO48kSYFNi/YKlcqPsqmLv+G9hgc/DdrsDMMLd+P5jXJp3suuToDr2V+fNPPRtVTO2Y2PSoJLZ9idxPCH7G59wKdU= Original-Received: by 10.90.97.19 with SMTP id u19mr312561agb.1191336331416; Tue, 02 Oct 2007 07:45:31 -0700 (PDT) Original-Received: by 10.90.101.16 with HTTP; Tue, 2 Oct 2007 07:45:31 -0700 (PDT) In-Reply-To: <1191333212.036841.48400@n39g2000hsh.googlegroups.com> Content-Disposition: inline X-Detected-Kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48049 Archived-At: On 10/2/07, the matt wrote: > describe-bindings doesn't show what M-q is bound to, could you > enlighten me? C-h k M-q will tell you what it's bound to. In general M-q is bound to something like `fill-paragraph', although it might be a specialised function in some modes. -- Denis