From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "halidziya yerebakan" Newsgroups: gmane.emacs.help Subject: Emacs keys Date: Thu, 10 Jul 2008 10:44:20 +0300 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16984_30169352.1215675860638" X-Trace: ger.gmane.org 1215834137 13664 80.91.229.12 (12 Jul 2008 03:42:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Jul 2008 03:42:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 12 05:43:05 2008 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 1KHW0h-0005oa-6O for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Jul 2008 05:42:59 +0200 Original-Received: from localhost ([127.0.0.1]:39961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KHVzp-0003EF-OM for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Jul 2008 23:42:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGqpF-0003r0-84 for help-gnu-emacs@gnu.org; Thu, 10 Jul 2008 03:44:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGqpD-0003qS-OK for help-gnu-emacs@gnu.org; Thu, 10 Jul 2008 03:44:24 -0400 Original-Received: from [199.232.76.173] (port=47495 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGqpD-0003qO-EW for help-gnu-emacs@gnu.org; Thu, 10 Jul 2008 03:44:23 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:8527) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KGqpD-00049F-1C for help-gnu-emacs@gnu.org; Thu, 10 Jul 2008 03:44:23 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.231]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGqpB-00044N-Q3 for help-gnu-emacs@gnu.org; Thu, 10 Jul 2008 03:44:21 -0400 Original-Received: by wr-out-0506.google.com with SMTP id c30so2417777wra.14 for ; Thu, 10 Jul 2008 00:44:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=gRv5DIiqYf4S4G8UZndDi39TdG7MyT8Gp9dThEEn30k=; b=SFbbWyMyJjPF/IJc45zoL7/9TKZ1IS9X7g4TWPHxdVH5+jeWgoJZaNlAfWooebLCe2 aHAtb9voAXvvWVYfuMMZ+hyh9rq9gJzlahjzbndCqR+5CIPVlNA00TPfstFXOGLr3KUM Hc4siMbxy8C8XjNzB7HIyQoSNMt/7Xn4oGl9o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=MseguVTZRZ7BeJvjCPCEObYGaYeQ5FH+zBJxMRdkL6m+dyagKJq3Ek2NDoxd64dqv5 gNJbYxx6h8EL18n9JpqaUfDJ7LGwXExG9aZqQuXwRkFIV8mf8hKJdFcmx5vZ7+eRU/8+ 6YNsnwjrLSATcK7Mcg2F1rmFa6AFuqTmZMxkM= Original-Received: by 10.90.101.17 with SMTP id y17mr9658629agb.72.1215675860638; Thu, 10 Jul 2008 00:44:20 -0700 (PDT) Original-Received: by 10.90.29.3 with HTTP; Thu, 10 Jul 2008 00:44:20 -0700 (PDT) X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Fri, 11 Jul 2008 23:38:51 -0400 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:55458 Archived-At: ------=_Part_16984_30169352.1215675860638 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I want to configure Emacs to complete my code by another key for example ctrl+space as in windows My default key is esc+shift+7 it is very difficult to press. How can I achive this. I read the FreeBSD developer book but I can't cofigure the Emacs because I don't know the function to complete code. Thanks -- freebxx ------=_Part_16984_30169352.1215675860638 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I want to configure Emacs to complete my code by another key for example ctrl+space as in windows
My default key is esc+shift+7 it is very difficult to press. How can I achive this. I read the FreeBSD developer book but I can't cofigure the Emacs because I don't know the function to complete code.

Thanks

--
freebxx ------=_Part_16984_30169352.1215675860638--