From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.devel Subject: Re: Want to contribute Date: Sat, 10 Dec 2022 08:12:25 +0000 Message-ID: <87tu23he3a.fsf@posteo.net> References: <1606971980.3573403.1670610989209.ref@mail.yahoo.com> <1606971980.3573403.1670610989209@mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35395"; mail-complaints-to="usenet@ciao.gmane.io" Cc: "emacs-devel@gnu.org" To: Masoud Esmaeilian Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 10 09:13:13 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p3uyv-00091k-G1 for ged-emacs-devel@m.gmane-mx.org; Sat, 10 Dec 2022 09:13:13 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p3uyJ-0007iJ-O5; Sat, 10 Dec 2022 03:12:35 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3uyC-0007ek-Po for emacs-devel@gnu.org; Sat, 10 Dec 2022 03:12:30 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3uyA-00064n-Hw for emacs-devel@gnu.org; Sat, 10 Dec 2022 03:12:28 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 6BCA3240026 for ; Sat, 10 Dec 2022 09:12:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1670659944; bh=SjhmjkzYr/5FtRbej5GFJeMIeFaQbdwQ/IoM5BkbBbM=; h=From:To:Cc:Subject:Date:From; b=Acix8UD7N/R48Z9wvQri6b0ZDX5nsom06ezJgTKWYODUN7RI7K4cOlC7ZuMZHzXvw iGp3BXcTVr1O3p0i2AGlAfLtHdVLk1JPiSgPS+Yyx2afUmgVrIKr16stVX+H6JUYU8 1g2w6kEj0lQnk1bi1UWzDOlESU7WGjexmGCUtja4+mcBw+RyJZgKtQA5BcqWkfdQ4b jxtj/SIisVn948PFV6yKON/7etWP15vfmk8dF9DtrSaa7Ct9qmOAIpJ/nI99EIwmL7 91OWbIdC1ZzW3Z/NaTfX0nHi5NBN5dNs2kUeXdzj9yvl6O0TVgWUfZjXfoB5BHxzuh fmyZzEQT7Q6WQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NTgbq0Fprz6trg; Sat, 10 Dec 2022 09:12:22 +0100 (CET) In-Reply-To: <1606971980.3573403.1670610989209@mail.yahoo.com> (Masoud Esmaeilian's message of "Fri, 9 Dec 2022 18:36:29 +0000 (UTC)") Received-SPF: pass client-ip=185.67.36.65; envelope-from=philipk@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:301100 Archived-At: Masoud Esmaeilian writes: > Hi Emacs, > I'm a fullstack developer with 9 years of experience but unfortunately > not in LISP or Scheme or Emacs LISP. but I really want to contribute > and learn it if it's needed. > looking forwards for your guidance. Knowing _some_ Emacs Lisp will probably be useful. Why don't you try and learn that first (there is a nice introduction here: https://www.gnu.org/software/emacs/manual/html_node/eintr/)? If you need any help, you can always try sending a message to help-gnu-emacs@gnu.org. When you have some experience you can start tackling bugs you find or things that can be improved. > thanks to all of you providing emacs to us. > > Best Regards,Masoud