From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.help Subject: Re: i want to translate emacs in albanian.... Date: Sun, 15 Feb 2004 18:46:30 +0100 Organization: 1&1 Internet AG Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1076868142 12983 80.91.224.253 (15 Feb 2004 18:02:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Feb 2004 18:02:22 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 15 19:02:15 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AsQas-0006q1-00 for ; Sun, 15 Feb 2004 19:02:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AsQaN-0005mO-Mt for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Feb 2004 13:01:43 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!npeer.de.kpn-eurorings.net!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 50 Original-NNTP-Posting-Host: p5088e20a.dip0.t-ipconnect.de Original-X-Trace: online.de 1076867191 29359 80.136.226.10 (15 Feb 2004 17:46:31 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Sun, 15 Feb 2004 17:46:31 +0000 (UTC) User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:a29+s2T/Q1Qi55UDZH8AW6UlFR8= Original-Xref: shelby.stanford.edu gnu.emacs.help:120928 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16877 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16877 "Julian Vasa" writes: > hi, I am an albanian student.I study Computer Science in Italy.I am > new to open source...i have read a bit about open source and GNU and > i am very interested,really..i wanted to ask you if i could > translate emacs in albanian,only to translate.So in this way i could > understand how the source code of emacs is made,only for curiosity.I > will use this version only for myself and of course not to sell > it.And...is there a guide of how to compile emacs? Currently, there doesn't exist a localized emacs, but it would be appreciated if you may try to translate the tutorial to Albanian. The currently available tutorial languages are as follows: ,---- | TUTORIAL.bg | TUTORIAL.cn | TUTORIAL.cs | TUTORIAL.de | TUTORIAL.es | TUTORIAL.fr | TUTORIAL.it | TUTORIAL.ja | TUTORIAL.ko | TUTORIAL.nl | TUTORIAL.pl | TUTORIAL.ro | TUTORIAL.ru | TUTORIAL.sv | TUTORIAL.sk | TUTORIAL.sl | TUTORIAL.th | TUTORIAL.zh `---- As you can see, AL is still missing ;). You will find the English tutorial in the etc directory of a emacs source tree. Instructions for compiling a emacs are included in the source distribution, also it's sometimes a little bit complicated to figure out all the details, because emacs is ported to many operating systems. Anyway on most GNU/Linux systems, it's enough to type in, in the emacs directory, the following commands: ,---- | $ ./configure | $ make | $ make install `---- Harald