all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Issue with new Emacs setup in Cygwin
@ 2021-04-14 16:07 David Karr
  2021-04-14 16:50 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: David Karr @ 2021-04-14 16:07 UTC (permalink / raw)
  To: help-gnu-emacs

I've been running Emacs in Cygwin for a long time, but I don't set it up
very often. I'm currently running Emacs v26.3 under what I believe is
Cygwin 3.1.5.

I just installed the latest Cygwin and Emacs, which is v27.2.

I copied my .emacs and some hand-coded packages from the old laptop to the
new one.

When I start Emacs on the new laptop, I get:

    File is missing: Cannot open load file, No such file or directory,
bash-completion

I thought perhaps this would be in the list of available packages, but it
is not.

I am definitely attempting to load "bash-completion" from my .emacs, with:

-------------------------
(require 'bash-completion)
(bash-completion-setup)
---------------------------

I'm not certain what to do to resolve this.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Issue with new Emacs setup in Cygwin
  2021-04-14 16:07 Issue with new Emacs setup in Cygwin David Karr
@ 2021-04-14 16:50 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2021-04-14 16:50 UTC (permalink / raw)
  To: help-gnu-emacs

> From: David Karr <davidmichaelkarr@gmail.com>
> Date: Wed, 14 Apr 2021 09:07:52 -0700
> 
> I've been running Emacs in Cygwin for a long time, but I don't set it up
> very often. I'm currently running Emacs v26.3 under what I believe is
> Cygwin 3.1.5.
> 
> I just installed the latest Cygwin and Emacs, which is v27.2.
> 
> I copied my .emacs and some hand-coded packages from the old laptop to the
> new one.
> 
> When I start Emacs on the new laptop, I get:
> 
>     File is missing: Cannot open load file, No such file or directory,
> bash-completion
> 
> I thought perhaps this would be in the list of available packages, but it
> is not.
> 
> I am definitely attempting to load "bash-completion" from my .emacs, with:
> 
> -------------------------
> (require 'bash-completion)
> (bash-completion-setup)
> ---------------------------
> 
> I'm not certain what to do to resolve this.

Look for bash-completion.el on your system.  It's probably in some
directory that Emacs 27 doesn't look into.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-14 16:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-14 16:07 Issue with new Emacs setup in Cygwin David Karr
2021-04-14 16:50 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.