Re: [orca-list] Python code editor




I turn Orca off for emacspeak because I find it often too much chatty
and I don't like it.

I will have to try gnome[builder and see how it works.

I don't know if it has auto completion and all those things for rappid
application development.

Regards.

Krishnakant.



On Saturday 15 September 2018 04:20 AM, Christopher Chaltain via
orca-list wrote:
I've never had to turn off Orca to run Emacspeak, whether I'm running
Emacs in a terminal or console session.


On 09/14/2018 10:58 AM, Jude DaShiell wrote:
Also, orca may have to be temporarily turned off to run emacspeak.
On Fri,
14 Sep 2018, Andy Borka via orca-list wrote:

Date: Fri, 14 Sep 2018 11:21:24
From: Andy Borka via orca-list <orca-list gnome org>
Reply-To: Andy Borka <sonfire11 gmail com>
To: orca-list gnome org
Subject: Re: [orca-list] Python code editor

Here is my .emacs file. The extra line failed to do anything. I
wonder if the
Ubuntu distribution is broken somehow?



;; Added by Package.el.? This must come before configurations of
;; installed packages.? Don't delete this line.? If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
(package-initialize)

(setq emacspeak-play-emacspeak-startup-icon t)


On 09/14/2018 10:43 AM, Jude DaShiell wrote:
You don't type emacspeak.
You edit your .emacs file first and then you run emacs itself.
emacspeak is an add-on for emacs.  Specifically the line:
(setq emacspeak-play-emacspeak-startup-icon t)
needs to be in that .emacs file.
On Fri, 14 Sep
2018, Andy Borka via orca-list wrote:

Date: Fri, 14 Sep 2018 09:16:03
From: Andy Borka via orca-list <orca-list gnome org>
Reply-To: Andy Borka <sonfire11 gmail com>
To: orca-list gnome org
Subject: Re: [orca-list] Python code editor

This doesn't work. Typing sudo apt-get install emacspeak installed
everything
needed except emacspeak itself. Typing emacspeak results in a
command not
found.



On 09/14/2018 08:54 AM, abhijith via orca-list wrote:
Krishnakant Mane has made an archive of emacs config file and
packages
for python development. I would like to share a note he had sent
that
has the link to download the archive and a link to his blog about
Emacs.

"""

Download the file from this link :-
https://cloud.disroot.org/s/HiwMfYbK2anRaQH/download

Paste this file in your home folder.

Then right click on it (Mate users can press shift + f10).

Now select the option extract here.


Now get the following things installed.

sudo apt-get install git and hit enter.

Once this is complete, you can start emacspeak like this.

alt+f2 then type emacspeak and press enter.

Note, you can press Alt + Super + s to stop Orca speaking because
emacspeak speaks on it's own.

Once you are in emacs, you can use the following commands for
getting
started.

note: C stands for Control key, M stands for Meta (meaning alt
key ).

So C-x C-F means Hold the control key down and press c followed
by f.

This will give you a chance to either create a new file or open an
existing one.

Make sure you press f12 for the ido mode.

This mode remembers your last location when you restart emacs.

M-w is for copy text and C-w is for cut.

C-y is for yank meaning paste.

if you wish to select some text, go at the beginning and press
C-space
and then move to the end of the block that you want to be coppyed.

Now use the copy or cut commands.

Delete will actually delete the selected portion.

Once you open a .py file, Emacs automatically starts the python-mode
with smart auto completion, automatic bracket and parenth
completion and
several other features.

C-e b will read entire buffer.

Here? buffer means one window of information.

Note: Emacspeak also announces indentation level for blind users
which
makes writing code in Python very easy.

There is a blog I had written about emacs. Please find the link
below.

https://digitallyfreeblog.wordpress.com/2017/05/22/emacs-the-modern-old-work-horse/


Happy hacking.

Krishnakant.

"""


On Friday 14 September 2018 06:18 PM, Andy Borka via orca-list
wrote:
emacs doesn't work unless you have emacspeak installed.



On 09/14/2018 08:25 AM, Didier Spaier wrote:
You could try geany.

Or emacs or vim (or gvim).

Didier

On 9/14/18 2:09 PM, Andy Borka via orca-list wrote:
Hi,


I am putting a little time into learning Python. What
editor/IDE is
accessible with Orca? I tried Pydev with Eclipse, but the text
editor seems to have a11y problems. I also tried VSCode
published by
Microsoft. Unfortunately, it doesn't even launch in Ubuntu 18.x.
Pluma and Gedit work just fine, but I want
autoindent/autocomplete
features along with project management features. Emacspeak
seems to
work, but controlling the default voice that comes with it seems
impossible, and I never figured out how programming languages
worked
in it. Any help would be greatly appreciated.


_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide:
https://help.gnome.org/users/gnome-help/stable/a11y.html
Log bugs and feature requests at http://bugzilla.gnome.org

_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide:
https://help.gnome.org/users/gnome-help/stable/a11y.html
Log bugs and feature requests at http://bugzilla.gnome.org
_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide:
https://help.gnome.org/users/gnome-help/stable/a11y.html
Log bugs and feature requests at http://bugzilla.gnome.org
_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide:
https://help.gnome.org/users/gnome-help/stable/a11y.html
Log bugs and feature requests at http://bugzilla.gnome.org
_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide:
https://help.gnome.org/users/gnome-help/stable/a11y.html
Log bugs and feature requests at http://bugzilla.gnome.org

_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide:
https://help.gnome.org/users/gnome-help/stable/a11y.html
Log bugs and feature requests at http://bugzilla.gnome.org





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]