From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: John Covici Newsgroups: gmane.emacs.help Subject: what emacs packages do I need to use c# files on linux using mono? Date: Sun, 21 Apr 2024 08:04:18 -0400 Organization: Covici Computer Systems Message-ID: Reply-To: covici@ccs.covici.com Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39235"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Apr 21 14:05:04 2024 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ryVwN-0009wv-Jl for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 21 Apr 2024 14:05:03 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ryVw1-0001dR-T2; Sun, 21 Apr 2024 08:04:41 -0400 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 1ryVvv-0001bt-Bo for help-gnu-emacs@gnu.org; Sun, 21 Apr 2024 08:04:36 -0400 Original-Received: from debian-2.covici.com ([166.84.7.93] helo=covici.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ryVvt-0001pu-41 for help-gnu-emacs@gnu.org; Sun, 21 Apr 2024 08:04:35 -0400 Original-Received: from ccs.covici.com (ccs.covici.com [70.109.51.194]) (authenticated bits=0) by covici.com (8.15.2/8.15.2/Debian-22) with ESMTPSA id 43LC4ax0257082 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Sun, 21 Apr 2024 08:04:42 -0400 Original-Received: from ccs.covici.com (localhost [127.0.0.1]) by ccs.covici.com (8.17.1.9/8.17.1.9) with ESMTPS id 43LC4Lmi332430 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Sun, 21 Apr 2024 08:04:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ccs.covici.com; s=default; t=1713701061; bh=eFg/dBBziTNz8ngnwzjBfeWxhVAB3Ll/9KGAFrectvI=; h=Date:From:To:Subject:Reply-To; b=DpdwDVPWCqmxOezo1zv8wTgHyORo3ZW+SYYLZqOFCTHMjh+4sFufDimewVi6Qz3gU ohQO+pUxT96rRM5alKwUScG8ZyFB//uz7/KSl9+L1N6cAHwvVo1c5vAWXXCxIpwOz5 ni9M7FpNBNX84Or2laf9b6oSA4XR7XXgiF/QLFbI= Original-Received: (from covici@localhost) by ccs.covici.com (8.17.1.9/8.17.1/Submit) id 43LC4IbT332427; Sun, 21 Apr 2024 08:04:18 -0400 Received-SPF: pass client-ip=166.84.7.93; envelope-from=covici@ccs.covici.com; helo=covici.com X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:146414 Archived-At: Hi. I am using a package called freeswitch on Debian and I can compile c# programs and I have a .dll file which contains all the freeswitch functions and using statements in the file for that. I would like to use emacs to give me things like completions while coding in c#, so which packages do I need amd how to set it up? Is there some documentation for this? Thanks in advance for any suggestions. -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici wb2una covici@ccs.covici.com