From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Lee Newsgroups: gmane.emacs.help Subject: Trouble with global-set-key to map meta-g with 'goto-line Date: Thu, 20 Apr 2006 22:14:35 +0800 Message-ID: <1145542475.6867.15.camel@linux.site> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145542504 12514 80.91.229.2 (20 Apr 2006 14:15:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Apr 2006 14:15:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 20 16:15:02 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FWZvo-0005zE-9v for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Apr 2006 16:14:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWZvn-0001nT-Lg for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Apr 2006 10:14:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWZvc-0001nN-ES for help-gnu-emacs@gnu.org; Thu, 20 Apr 2006 10:14:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWZvZ-0001n3-QW for help-gnu-emacs@gnu.org; Thu, 20 Apr 2006 10:14:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWZvZ-0001mw-I5 for help-gnu-emacs@gnu.org; Thu, 20 Apr 2006 10:14:37 -0400 Original-Received: from [64.233.166.177] (helo=pproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWZwv-00013l-13 for help-gnu-emacs@gnu.org; Thu, 20 Apr 2006 10:16:01 -0400 Original-Received: by pproxy.gmail.com with SMTP id c63so171122pyc for ; Thu, 20 Apr 2006 07:14:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=MoNAqZHk59xi3v5enoh6gfFMvsNMo9cyurs84LZUSyxDO8quK87MC2tT6BN6037s4j746OUhV3G/rbMrrP4VAGo/LAyZRlyGEp7arJ4w9m4xLrleEgHo2TFOMDhKty9NVTINGWDJblIO0YZTC/2KwUHCLY2RVjAPAYbcD5UD8HI= Original-Received: by 10.35.54.20 with SMTP id g20mr59772pyk; Thu, 20 Apr 2006 07:14:36 -0700 (PDT) Original-Received: from ?192.168.31.102? ( [218.1.178.7]) by mx.gmail.com with ESMTP id w28sm768621pyc.2006.04.20.07.14.34; Thu, 20 Apr 2006 07:14:35 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: Evolution 2.4.0 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:34510 Archived-At: Hi, all I am a beginner with GNU Emacs(21.3.1). I added this line to ~/.emacs (global-set-key [(meta-g)] 'goto-line) but it doesn't work for me, and minibuffer gave this hint: Set face: default (M-g d), bold (M-g b), italic (M-g i).. Seems that my settings didn't take effects. Anything wrong? [ I'm using SuSE 10.0, and I tried with failure under FC5, either. ] Thanks in advance.