Re: [sage-devel] The future of the Mac Application on Mojave

2019-03-26 Thread Ivan Andrus
I think as long as the sage tree is not inside the app bundle then we are okay. I just tried it by pulling out the sage directory from the Resources directory and then pointing the preferences to that and it worked (there was a weird warning about read only at first, but we can get that worked

Re: [sage-devel] The future of the Mac Application on Mojave

2019-03-20 Thread Ivan Andrus
On Mar 19, 2019, at 4:01 AM, dimp...@gmail.com wrote: Hi Ivan, thanks for looking into this. On Mon, Mar 18, 2019 at 06:25:53PM -0700, Ivan Andrus wrote: I haven't worked on Sage for quite a while, but it was brought to my attention (thanks Karl-Dieter), that the Mac application no longer

[sage-devel] The future of the Mac Application on Mojave

2019-03-19 Thread Ivan Andrus
I haven't worked on Sage for quite a while, but it was brought to my attention (thanks Karl-Dieter), that the Mac application no longer works on Mojave. I believe this has to do with the fact that the application isn't signed by a registered developer. I say this because starting it from the

Re: [sage-devel] http://macappstore.org/sage/ ?

2016-11-07 Thread Ivan Andrus
What did you want to know about it? I hadn’t heard of it before, but it’s just a brew cask which means that it downloads the disk image from sagemath and installs it. So it’s just a convenient way to install app version. -Ivan > On Nov 7, 2016, at 6:20 AM, Dima Pasechnik wrote: > > Does any

Re: [sage-devel] sage_mode for emacs has display problem in sage 7.4 beta0

2016-08-14 Thread Ivan Andrus
> On Aug 14, 2016, at 11:28 AM, Johan S. H. Rosenkilde > wrote: > > Hi, > > On my machine, Ivan's workaround also does not help: I get exactly the > same behaviour as Martin R. I run Emacs 24.5.1 on Arch Linux 4.6.3-1, > x86_64. > > See also this depressing post on Emacs Stack Exchange: > htt

Re: [sage-devel] sage_mode for emacs has display problem in sage 7.4 beta0

2016-08-14 Thread Ivan Andrus
-simple-prompt" that > disables all escape sequences, but also disables prompt customizations. So > instead of sage: its then always In[] / Out[]. I didn't find a way to turn > of all ansi sequences while still changing the prompt to "sage:". > > > &g

Re: [sage-devel] sage_mode for emacs has display problem in sage 7.4 beta0

2016-08-13 Thread Ivan Andrus
It looks like ipython is printing invalid (or at least unknown to Emacs) I got it to ignore them by setting (setq ansi-color-drop-regexp " \\[\\([ABCDsuK]\\|[12][JK]\\|=[0-9]+[hI]\\|[0-9;]*[HfDnC]\\|\\?[0-9]+[hl]\\|J\\)") There is also a bug in my version of Emacs which causes these elim

Re: [sage-devel] Sage apps for iOS and Android

2016-05-28 Thread Ivan Andrus
Ah, you’re right. Somehow I missed the fact that I was calling html.table(). -Ivan > On May 27, 2016, at 8:21 AM, Andrey Novoseltsev wrote: > > On Friday, 27 May 2016 00:32:55 UTC-6, Ivan Andrus wrote: > Also, I see a deprecation warning at http://aleph.sagemath.org/?q=deu

Re: [sage-devel] Sage apps for iOS and Android

2016-05-26 Thread Ivan Andrus
_print(...) for math. See http://trac.sagemath.org/18292 for details. -Ivan > On May 27, 2016, at 12:28 AM, Ivan Andrus wrote: > > I’m not sure I trust the debugging facilities, but can’t it seem to load > jquery. However, the url it’s querying works just fine in a desktop brows

Re: [sage-devel] Sage apps for iOS and Android

2016-05-26 Thread Ivan Andrus
terms of logging, you > should be able to see all messages to/from IPython components. > > The most visible js change should be the switch from iopub/shell to channels > prefix for everything and necessity to add a key to the message with either > iopub or shell value. > > On

Re: [sage-devel] Sage apps for iOS and Android

2016-05-26 Thread Ivan Andrus
On May 26, 2016, at 9:46 AM, Andrey Novoseltsev wrote: > > I got a report that iOS app using SageMathCell is broken and I imagine the > same is true for Android. Can someone look into updating them? This commit > may be helpful in figuring out what to do: > https://github.com/sagemath/sagecell/

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-26 Thread Ivan Andrus
On May 26, 2016, at 4:30 PM, Andrey Novoseltsev wrote: > > On Thursday, 26 May 2016 10:34:07 UTC-6, kcrisman wrote: > http://ask.sagemath.org/question/33555/problem-with-encoding-german-characters/ > > > could be

Re: [sage-devel] latest OSX 7.1 beta builds available for testing - reverse support request

2016-03-07 Thread Ivan Andrus
I put up a branch on trac. I haven’t tested the upgrading capability (which requires #19877), but the rest should work. Let me know if you have any problems. -Ivan > On Feb 20, 2016, at 12:02 PM, Juan Luis Varona > wrote: > > > Thanks, Ivan! > > I will check the progress of the .app and

Re: [sage-devel] Mac App PSA

2016-02-27 Thread Ivan Andrus
On Feb 27, 2016, at 2:45 AM, Volker Braun wrote: > > Since that question came up elsewhere: > > The Mac app is built with the Makefile at #19673. > > This has been the case for a while now, its just that nobody found the time > to review the ticket that puts it back into the Sage repo. Thanks

Re: [sage-devel] Re: latest OSX 7.1 beta builds available for testing - reverse support request

2016-02-19 Thread Ivan Andrus
I’ve been working on it, albeit slowly. It’s good to know people actually care though. The trac ticket for this is http://trac.sagemath.org/ticket/19881 , so you can add yourself to the CC list to be notified as I make progress. If you have any thoughts

Re: [sage-devel] How can I know if Jupyter is running?

2016-01-18 Thread Ivan Andrus
On Jan 17, 2016, at 1:12 AM, Volker Braun wrote: > > IMHO the app should just start and manage its own jupyter server; Launch it > on startup and shut it down when the app is closed. The notebook server > doesn't fork into the background so its trivial to just keep a single > process, no need

[sage-devel] How can I know if Jupyter is running?

2016-01-16 Thread Ivan Andrus
To adapt to the soon-to-be-default Jupyter notebook in Sage, I’m updating the Mac app to launch either SageNB or Jupyter depending on a preference. Unfortunately, I can’t figure out how to determine if Jupyter is already running at all, let alone in a given directory or on what port. I can scr

Re: [sage-devel] Sage on OS X: El Capitan

2015-10-21 Thread Ivan Andrus
> On Oct 21, 2015, at 8:42 PM, Michael Welsh wrote: > >> On 22/10/2015, at 0819, Christian Nassau wrote: >> >> On 21.10.2015 21:11, John H Palmieri wrote: >>> The latest beta version of Sage should build on OS X 10.11. It has a >>> serious limitation: you can't move the installation once it ha

[sage-devel] Re: sage_mode 0.14 not out there?

2015-05-29 Thread Ivan Andrus
I’m afraid I can’t help you with it’s (lack of) presence on the mirror servers. I’ve CC’d sage-devel for that. In the mean time, you should be able to install it from the bitbucket spkg. sage -i https://bitbucket.org/gvol/sage-mode/downloads/sage_mode-0.14.spkg -Ivan > On May 28, 2015, at 4

[sage-devel] Sage Emacs lovers

2015-04-13 Thread Ivan Andrus
With new changes to the %display system in Sage, typeset output in Emacs will break unless one (or more) of you review the following trac tickets: http://trac.sagemath.org/ticket/18115 — Add sage support for an Emacs display backend http://trac.sagemath.org/ticket/17580 — Update sage-mode to handl

Re: [sage-devel] Sage logo -- Proposal

2015-03-29 Thread Ivan Andrus
> On Mar 29, 2015, at 9:39 AM, William Stein wrote: > > On Sun, Mar 29, 2015 at 8:23 AM, jplab wrote: >> Hi all, >> >> Lately, I was suggested to create a post concerning the Sage logo. It would >> be nice to have an open discussion about some possibilities. Perhaps this is >> a good place to d

Re: [sage-devel] Running Sage.app installed by another user

2014-12-05 Thread Ivan Andrus
On Dec 5, 2014, at 9:07 AM, Jérôme Tremblay wrote: > Under OSX Yosemite, I try to install Sage 6.4.1 app in the system > applications. > > When I run sage as admin, everything works fine. However, when my users try > to run Sage, they get a warning that they are trying to execute Sage from a

Re: [sage-devel] Sage.app binary problems

2014-12-02 Thread Ivan Andrus
The 6.4.1 download _does_ give the app. -Ivan On Dec 1, 2014, at 12:03 PM, Volker Braun wrote: > Can somebody tell me for sure that the current osx binary is wrong? The app > and dmg have different sizes. > > > > On Monday, December 1, 2014 6:54:29 PM UTC, kcrisman wrote: > > I, just downl

Re: [sage-devel] Trac and sort by lastmod

2014-09-28 Thread Ivan Andrus
On Sep 26, 2014, at 6:33 AM, kcrisman wrote: > > > After clicking Lastmod-header it got tickets sorted like > > > > 1 mins < 23 hours < 32 mins < 8 days > > It's not a direct answer to your question, but you might be interested > in http://trac.sagemath.org/report/92 > > > This is nearl

Re: [sage-devel] Sage package bash?

2014-09-26 Thread Ivan Andrus
On Sep 26, 2014, at 7:59 AM, Dima Pasechnik wrote: > From the noises I hear, in particular on our departamental email, sysadmins > might be tempted to "rm -f /bin/bash" > from any place they can get their hands on. > > It might mean that for building/working with Sage one will need a separate

Re: [sage-devel] Re: Remove webassets from sagenb?

2014-08-06 Thread Ivan Andrus
On Aug 5, 2014, at 9:46 PM, François Bissey wrote: > On Tue, 05 Aug 2014 07:06:36 kcrisman wrote: >> That took more time to track down than I would have liked. So I guess we >> can indeed scrap it, though if we can keep samuela's branch compatibility >> (this is called the "newui" branch on

Re: [sage-devel] emacs, SageTeX, multiple major modes

2014-07-09 Thread Ivan Andrus
On Jul 9, 2014, at 2:11 PM, Dan Drake wrote: > On Wed, 09 Jul 2014 at 01:03PM -0600, Ivan Andrus wrote: >> Sweet! Would you mind if I added it to sage-mode? There is already a >> sage-latex.el which does some AUCTeX specific setup. I would be >> willing to do it, or

Re: [sage-devel] emacs, SageTeX, multiple major modes

2014-07-09 Thread Ivan Andrus
On Jul 9, 2014, at 12:24 PM, Dan Drake wrote: > Hi, > > Those of you who use SageTeX with emacs and, say, AUCTeX, may be annoyed > when you are editing sageblock environments because of the TeX-like > behavior. Here's a snippet you can use to make emacs use MMM (multiple > major modes) and treat

Re: [sage-devel] Logs for aleph.sagemath.org

2014-06-06 Thread Ivan Andrus
On Jun 6, 2014, at 7:11 AM, Jason Grout wrote: > On 6/5/14, 2:33, Ivan Andrus wrote: >> Are there logs (and if so where are they?) for aleph.sagemath.org? I'm >> trying to figure out what sorts of things the iOS app is used for. > > Yes, there are logs. Right now,

Re: [sage-devel] Re: Logs for aleph.sagemath.org

2014-06-05 Thread Ivan Andrus
On Thu, Jun 5, 2014 at 6:33 AM, kcrisman wrote: > Are there logs (and if so where are they?) for aleph.sagemath.org? I’m >> trying to figure out what sorts of things the iOS app is used for. >> > > Just FYI, there are a lot of other things Sage cell is used for, and > presumably some places stil

[sage-devel] Logs for aleph.sagemath.org

2014-06-04 Thread Ivan Andrus
Are there logs (and if so where are they?) for aleph.sagemath.org? I'm trying to figure out what sorts of things the iOS app is used for. Thanks, Ivan -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop recei

[sage-devel] Default arguments for notebook in Mac app

2014-06-03 Thread Ivan Andrus
In the past some have wanted to use the Mac app for starting the notebook server on a different interface etc. This will be possible (after http://trac.sagemath.org/ticket/16437 is reviewed) by using default arguments (in Preferences using "notebook" as the session). Any help reviewing it woul

Re: [sage-devel] Sage and Emacs

2014-06-02 Thread Ivan Andrus
On Jun 2, 2014, at 2:53 PM, Nicolas M. Thiery wrote: > Dear Sage and emacs users, > > Following Nathann recent discovery of the which-function-mode life > saver, we pondered that it was time to have a centralized point to > gather tips and tricks about Sage for emacs users. Since I haven't

Re: [sage-devel] tab-completion in sage_mode / emacs broken

2014-06-01 Thread Ivan Andrus
On May 28, 2014, at 5:46 AM, 'Martin R' via sage-devel wrote: > Hi Ivan! > > thanks for your rapid reply! I only got to the problematic computer today. > So: > > %colors NoColor > > works (which is wonderful!), but > > https://bitbucket.org/gvol/sage-mode/downloads/sage_mode-0.11.spkg >

Re: [sage-devel] Re: tab-completion in sage_mode / emacs broken

2014-05-24 Thread Ivan Andrus
FWIW, I just updated http://trac.sagemath.org/ticket/16294 to use the new version as well, so checking that over might be useful as well. Thanks for the bug report by the way. -Ivan On May 24, 2014, at 1:22 PM, Ivan Andrus wrote: > I tried it on Emacs 23.3.1 and I see the same prob

Re: [sage-devel] Re: tab-completion in sage_mode / emacs broken

2014-05-24 Thread Ivan Andrus
at it is a problem of communication between > sage-mode and python. How should it work? Does sage-mode send the %psearch > command to a separate python process? > > Martin > > Am Samstag, 24. Mai 2014 07:42:28 UTC+2 schrieb Ivan Andrus: > It works for me with Sage 6.3.beta1,

Re: [sage-devel] What to use instead of `%display typeset`

2014-05-23 Thread Ivan Andrus
yhook to also work in IPython. > > http://trac.sagemath.org/16389 > > With the ticket, the output is: > > sage: %display typeset > sage: 1/2 > type="math/tex">\newcommand{\Bold}[1]{\mathbf{#1}}\frac{1}{2} > > > > On Thursday, May 22, 2014 5:31:

[sage-devel] Re: tab-completion in sage_mode / emacs broken

2014-05-23 Thread Ivan Andrus
It works for me with Sage 6.3.beta1, Emacs 24.3.91.3 (from git), and sage_mode (from hg). Can you try installing the latest sage_mode from https://bitbucket.org/gvol/sage-mode/downloads, namely https://bitbucket.org/gvol/sage-mode/downloads/sage_mode-20140407.spkg You can of course install fr

[sage-devel] What to use instead of `%display typeset`

2014-05-21 Thread Ivan Andrus
There is a thread on sage-support [0] in which it is lamented that typesetting results in Emacs is broken. This is because `%display typeset` doesn't work in 6.2. Since I know not everyone reads sage-support, I thought I would ask here what I should use instead of `%display typeset`. See also

Re: [sage-devel] Re: interact.sagemath.org

2014-05-06 Thread Ivan Andrus
On May 6, 2014, at 11:47 AM, Jason Grout wrote: > On 5/5/14, 14:20, Daniel Bell wrote: >> Hi >> >> I am one of the students who was selected for working with Sage for >> Google Summer of Code. I will be working on the iOS app. One of the >> features I want to implement is the ability to intera

Re: [sage-devel] GSOC 2014 iOS App

2014-02-25 Thread Ivan Andrus
On Feb 25, 2014, at 2:42 AM, Aditya Makkar wrote: > Hi, > I am Aditya and I am interested in getting involved in Google Summer of Code > with Sage. I am just finishing my second year at Indian Institute of > Technology, Delhi doing B.Tech in Mechanical Engineering. I have good > knowledge of C

Re: [sage-devel] Re: Please elaborate on the difference between the two OS X binaries for Sage 6.0.

2014-01-20 Thread Ivan Andrus
There are supposed to be two versions–one with the app and the other without. The reason for the non-app version is so that those users who don’t want to use the app can more easily access the sage folder. In an ideal world there would be one version that contains the app, and also the sage direc

Re: [sage-devel] Sherlock

2014-01-06 Thread Ivan Andrus
On Jan 6, 2014, at 2:02 AM, John Cremona wrote: > On 5 January 2014 23:25, Tom Boothby wrote: >> On Sun, Jan 5, 2014 at 2:47 PM, Martin Albrecht >> wrote: >> I remember that dinner... where I had license discussions with an intoxicated Germans... >>> >>> Makes sense: as far as I know

Re: [sage-devel] emacs configuration for git-sage

2013-11-15 Thread Ivan Andrus
Anne, I'm really sorry. I meant to get back to you sooner, but your email got lost in my inbox. Anyway, when you install the sage_mode spkg it should tell you what to put in your .emacs. You can always install it again if you need to remember. Anyhow, in this case the directory should be

Re: [sage-devel] Need help with optional spkgs

2013-10-07 Thread Ivan Andrus
Valgrind complains about glibc being too recent. It should be updated from 3.7.0 to 3.8.1 anyway. This is http://trac.sagemath.org/ticket/13060 which unfortunately has issues on OS X. I suggest that we move forward with the spkg at that ticket and worry about OS X later since otherwise it may

Re: [sage-devel] We need a new color?

2013-09-26 Thread Ivan Andrus
When in doubt about rgb colors, consult xkcd: http://xkcd.com/color/rgb/ There he identifies sage (87ae73), light sage (bcecac), dark sage (598556), and sage green (88b378). -Ivan On Sep 26, 2013, at 8:57 PM, kcrisman wrote: > From a user. I'm not sure how the matplotlib devels would feel ab

Re: [sage-devel] broken prompts in Emacs shell-mode

2013-09-21 Thread Ivan Andrus
Not that this bug shouldn't be fixed, and not that there aren't valid reasons for running sage in an emacs shell, but just in case you didn't know: you can install the sage_mode spkg and run sage directly using the `sage' command. -Ivan On Sep 20, 2013, at 11:54 AM, Bill Janssen wrote: > In a

Re: [sage-devel] funding sage through catincan ?

2013-08-09 Thread Ivan Andrus
There's also http://www.freedomsponsors.org and I'm sure several others. Freedom Sponsors is more about fixing bugs as near as I can tell, which I think is actually more immediately useful. I like the model of Freedom Sponsors since it's more user driven than developer driven. That said, I ha

Re: [sage-devel] Re: cloud.sagemath.org, Sage Notebook, command line, etc

2013-07-18 Thread Ivan Andrus
On Jul 17, 2013, at 11:17 PM, Jason Grout wrote: > On 7/15/13 6:58 AM, Pedro Cruz wrote: >> Hello, >> >> what sequence of instructions could tell what Sage 5.10 "user-interface" >> is currently being used ? >> >> Possible answers are: >> >> - cloud.sagemath.org >> - Sage Notebook >> - "linux

Re: [sage-devel] UTF-8 and old terminals (new startup banner)

2013-07-07 Thread Ivan Andrus
+1 to a UTF-8 banner. FWIW, Terminal.app and iTerm2.app (on OS X) also work. -Ivan On Jul 7, 2013, at 8:05 PM, Volker Braun wrote: > Frédéric Chapoton has written a patch at http://trac.sagemath.org/14733 that > will beautify the Sage startup banner using some UTF-8 characters to draw the

Re: [sage-devel] spkg statistics

2013-07-05 Thread Ivan Andrus
On Jul 5, 2013, at 3:48 AM, Harald Schilly wrote: > A week ago i started to log what's happening on the sagemath.org > website and analyzed the resulting logfiles. The following page shows > cumulative numbers for the downloads of SPKGes, which might come in > handy! > > http://sagemath.org/spkg

[sage-devel] Re: Mac App broken on OS X 10.4

2013-05-02 Thread Ivan Andrus
Oops, forgot to send to the list. On May 2, 2013, at 8:05 AM, kcrisman wrote: > Because you have the buildbot, I haven't been checking lately... I may have > time to try this out next week. > > On Thursday, May 2, 2013 8:57:49 AM UTC-4, Jeroen Demeyer wrote: > I just noticed this when creating

Re: [sage-devel] Mac App broken on OS X 10.4

2013-05-02 Thread Ivan Andrus
On May 2, 2013, at 8:10 AM, Jeroen Demeyer wrote: > On 05/02/2013 04:05 PM, kcrisman wrote: >> Because you have the buildbot, I haven't been checking lately... > > I also wasn't really aware of the fact that the Mac App is only built when > running sage --bdist, so a normal "make ptestlong" does

Re: [sage-devel] About the extcode spkg

2013-03-21 Thread Ivan Andrus
On Mar 21, 2013, at 2:15 PM, Julien Puydt wrote: > Hi, > > the extcode spkg lacks a SPKG.txt, and has no description in > http://www.sagemath.org/packages/standard/. > > Looking at its content shows: > - jsmath (why isn't it in a proper spkg?) > - things for the notebook (why isn't it in the s

Re: [sage-devel] New sage-mode release fixing breakage on Sage 5.7

2013-03-14 Thread Ivan Andrus
No problem. I know how hard writing a bug report can be. I'm just glad it is useful for people. Now if I could only get someone to review it… :-) -Ivan On Mar 13, 2013, at 2:28 AM, martin wrote: > Hi Ivan! > > I'd just like to send you a big THANK YOU for fixing the emacs mode with 5.7.

Re: [sage-devel] Google groups suck

2013-03-11 Thread Ivan Andrus
FWIW, I saw all of them. Sadly I can't help you. -Ivan On Mar 9, 2013, at 1:36 PM, Stephen Montgomery-Smith wrote: > This is the 4th time I tried sending this message. I think it gets > flagged as spam by google. > > I have a problems building docs on sage-5.8.beta4. On FreeBSD, the doc >

[sage-devel] New sage-mode release fixing breakage on Sage 5.7

2013-03-10 Thread Ivan Andrus
Dear Sage Emacs Users, I finally made a new official release of sage-mode v0.9. This includes fixes for working with the new ipython. Without these changes tab completion is broken in Sage 5.7 and later. Because of this breakage I have changed the ticket from enhancement to defect. *gasp*

Re: [sage-devel] Re: GSOC 2013

2013-03-08 Thread Ivan Andrus
On Mar 8, 2013, at 3:27 AM, P Purkayastha wrote: > On 03/08/2013 05:43 PM, mmarco wrote: >> IIRC, the call for projects of Google summer of code was last year >> around march or april. Should we start to get prepared for this? >> >> As a suggestion for possible projects, i would propose the writ

Re: [sage-devel] print when defining a symbolic function with "f(x) = ..."?

2013-03-06 Thread Ivan Andrus
On Mar 6, 2013, at 10:32 AM, Dan Drake wrote: > Recently in a different thread here [1], someone accidentally clobbered > a Python builtin with a symbolic function: > > sage: t = (1,2,3) > sage: len(t) = 4 > > ...which overwrites t and the Python builtin len. > > I have a patch at #14231 that

Re: [sage-devel] Which Development Enviroment

2013-02-26 Thread Ivan Andrus
On Feb 25, 2013, at 6:27 AM, Jesus Torrado wrote: > Hey, > > On Monday, February 25, 2013 12:40:40 PM UTC+1, jason wrote: > I typically use emacs or the online notebook. I've used Eclipse before > as well. > > Me too. I normally prototype in the notebook and move to a file and work in > em

Re: [sage-devel] Please test this if you have OS X 10.8

2013-02-12 Thread Ivan Andrus
On Feb 12, 2013, at 3:15 PM, Michael Welsh wrote: > On 13/02/2013, at 11:09 AM, Ivan Andrus wrote: >> On Feb 12, 2013, at 2:17 PM, Michael Welsh wrote: >> >>> On 13/02/2013, at 9:53 AM, kcrisman wrote: >>>> Hi! Thanks to very hard work by Ivan Andrus, we

Re: [sage-devel] Please test this if you have OS X 10.8

2013-02-12 Thread Ivan Andrus
On Feb 12, 2013, at 2:25 PM, Benjamin Jones wrote: > On Tue, Feb 12, 2013 at 12:53 PM, kcrisman wrote: >> Hi! Thanks to very hard work by Ivan Andrus, we have Sage double-clicking >> sws files on Mac. We just need one more test to make it complete. >> >> If you DO h

Re: [sage-devel] Please test this if you have OS X 10.8

2013-02-12 Thread Ivan Andrus
On Feb 12, 2013, at 1:59 PM, Michael Welsh wrote: > On 13/02/2013, at 9:53 AM, kcrisman wrote: >> >> We particularly would like people who don't even have >> Sage.app to try this, since with multiple versions of Sage.app there can be >> natural confusion as to which one is supposed to open the

Re: [sage-devel] Please test this if you have OS X 10.8

2013-02-12 Thread Ivan Andrus
On Feb 12, 2013, at 2:17 PM, Michael Welsh wrote: > On 13/02/2013, at 9:53 AM, kcrisman wrote: >> Hi! Thanks to very hard work by Ivan Andrus, we have Sage double-clicking >> sws files on Mac. We just need one more test to make it complete. >> >> If you DO have

Re: [sage-devel] New iOS app is up

2013-01-15 Thread Ivan Andrus
On Nov 12, 2012, at 3:57 PM, Jason Grout wrote: > On 11/11/12 5:09 PM, Ivan Andrus wrote: > > Ivan: is there an easy way to reevaluate a computation? That is particularly > useful for interacts. If I click on a computation in the list, it opens up > the window for editing

Re: [sage-devel] Android/iOS apps

2013-01-12 Thread Ivan Andrus
I haven't looked at it. The free version doesn't have a keyboard and I just have a hard time spending $3 for the app, just to try out the keyboard. Looking at the screen shots is definitely interesting. Has anyone seen other keyboards that they like? I've been meaning to improve the keyboard

Re: [sage-devel] Preferred way to patch the Mac app?

2013-01-05 Thread Ivan Andrus
browser for Sage, but it hasn't worked out in practice (yet). If you would like to see it get better (i.e. usable), then I can devote some time to it. Feel free to open tickets if you would like. Just make sure to set me (iandrus) as the owner or at least cc me. Thanks for taking the

Re: [sage-devel] Preferred way to patch the Mac app?

2013-01-05 Thread Ivan Andrus
I know I've fixed this before. It took a while to find because it made it into the patch at #11026 (which would be a great ticket to have finished). It's there because the issue came up during testing. So if you have some time it would be great to get it reviewed. IIRC it only needed to be t

Re: [sage-devel] Re: Disable the "trailing whitespace" patchbot plugin

2012-11-25 Thread Ivan Andrus
On Nov 25, 2012, at 1:01 AM, Keshav Kini wrote: > Travis Scrimshaw writes: >> Hey, >> I'd be happy with A), but perhaps we could have an option D) where >> when we upload (or merge) patches into sage, we automatically strip >> all whitespace in the patch file? > > This will get nasty once we

Re: [sage-devel] Disable the "trailing whitespace" patchbot plugin

2012-11-24 Thread Ivan Andrus
On Nov 24, 2012, at 3:38 PM, Volker Braun wrote: > On Saturday, November 24, 2012 2:11:54 PM UTC, Ivan Andrus wrote: > I disagree. Perhaps I am alone in this, but I often (used to) move to the > end of the line, go back a few characters (to get inside parenthesis or > something

Re: [sage-devel] Re: Disable the "trailing whitespace" patchbot plugin

2012-11-24 Thread Ivan Andrus
I disagree. Perhaps I am alone in this, but I often (used to) move to the end of the line, go back a few characters (to get inside parenthesis or something), and start typing. If there is trailing whitespace that I didn't know about I would be extremely annoyed because all my typing was in the

Re: [sage-devel] Re: How to proceed to reduce Sage's memory leaking?

2012-11-17 Thread Ivan Andrus
On Nov 17, 2012, at 9:56 PM, Nils Bruin wrote: > On Nov 17, 12:20 pm, Ivan Andrus wrote: > >> At one point I had the goal of creating a suppressions file so that the >> doctests passed "cleanly". I'm sure some of the suppressions were actual >> probl

Re: [sage-devel] Re: How to proceed to reduce Sage's memory leaking?

2012-11-17 Thread Ivan Andrus
On Nov 17, 2012, at 8:01 PM, Nils Bruin wrote: > On Nov 17, 1:01 am, Jeroen Demeyer wrote: >> On 2012-11-16 19:35, Nils Bruin wrote:> On Nov 15, 11:59 pm, Jeroen Demeyer >> wrote: >> After adding every single ticket, there is reason to expect differently. >> This stuff is *so sensitive* to cha

Re: [sage-devel] New iOS app is up

2012-11-12 Thread Ivan Andrus
On Nov 12, 2012, at 4:16 PM, Ivan Andrus wrote: > On Nov 12, 2012, at 3:57 PM, Jason Grout wrote: > >> On 11/11/12 5:09 PM, Ivan Andrus wrote: >>> A substantial rewrite of the iOS app is in the iTunes store [1]. It >>> uses the new server and supports i

Re: [sage-devel] New iOS app is up

2012-11-12 Thread Ivan Andrus
On Nov 12, 2012, at 3:57 PM, Jason Grout wrote: > On 11/11/12 5:09 PM, Ivan Andrus wrote: >> A substantial rewrite of the iOS app is in the iTunes store [1]. It >> uses the new server and supports interacts! It handles output a >> little different (it uses a web page ins

[sage-devel] New iOS app is up

2012-11-11 Thread Ivan Andrus
A substantial rewrite of the iOS app is in the iTunes store [1]. It uses the new server and supports interacts! It handles output a little different (it uses a web page instead of plain text or image) so it can also handle more than one image as well as text plus image. The only problem that

Re: [sage-devel] Remove OSX 10.4 PPC from supported platforms

2012-09-17 Thread Ivan Andrus
On Sep 17, 2012, at 4:00 PM, William Stein wrote: > On Monday, September 17, 2012, Volker Braun wrote: > > Two weeks ago I tried to get access to a OSX PPC machine, and we haven't > > made any progress yet. Thats just not maintainable. I've been playing > > trac/email tag with Karl-Dieter for t

[sage-devel] Re: Sage-mode 0.8 now ready

2012-09-12 Thread Ivan Andrus
. I think this is a fairly important update since it allows using the latest Emacs for sage development. As always, please send me any bug reports or feature requests. Thanks, Ivan On Jul 12, 2012, at 11:05 PM, Ivan Andrus wrote: > I have finally gotten sage-mode working (I think) with the

Re: [sage-devel] Re: Need developer account on OSX 10.4 PPC (or remove from supported platforms)

2012-09-04 Thread Ivan Andrus
On Sep 4, 2012, at 11:39 AM, Dima Pasechnik wrote: > On 2012-09-02, Volker Braun wrote: >> --=_Part_2609_10642519.1346583022793 >> Content-Type: text/plain; charset=ISO-8859-1 >> >> Something in our OSX 10.4 build uses the reference blas instead of the >> accelerate framework. See http://tra

Re: [sage-devel] Re: sage startup time hasn't improved...

2012-08-11 Thread Ivan Andrus
I get around 2 seconds on my MacBook Pro (non-SSD) that's a couple years old. FWIW, sage -c is consistently 10% faster than `echo "" | sage`. $ time sage -c 'print 3+2' 5 real0m1.809s user0m1.158s sys 0m0.705s $ time echo "" | sage ---

Re: [sage-devel] Re: Wanted: a reviewer for ticket #12503

2012-07-16 Thread Ivan Andrus
On Jul 16, 2012, at 8:13 PM, Dima Pasechnik wrote: > On Tuesday, 17 July 2012 01:42:54 UTC+8, Ivan Andrus wrote: > On Jul 16, 2012, at 3:16 PM, Dima Pasechnik wrote: > >> On Monday, 16 July 2012 12:06:10 UTC+8, Kwankyu Lee wrote: >> Hi, >> >> This ticket is

Re: [sage-devel] Re: Wanted: a reviewer for ticket #12503

2012-07-16 Thread Ivan Andrus
On Jul 16, 2012, at 3:16 PM, Dima Pasechnik wrote: > On Monday, 16 July 2012 12:06:10 UTC+8, Kwankyu Lee wrote: > Hi, > > This ticket is long abandoned at Trac without a reviewer. > > http://trac.sagemath.org/sage_trac/ticket/12503 > > The feature that the patch provides is indispensable to me

[sage-devel] Sage-mode 0.8 now ready

2012-07-12 Thread Ivan Andrus
I have finally gotten sage-mode working (I think) with the new python.el which will be included in Emacs 24.2. For that reason I am ready to "release" it to a wider audience, in preparation for sage-mode becoming standard. My plans are that 0.8 become an optional package after some testing and

Re: [sage-devel] old sws file does not open

2012-07-04 Thread Ivan Andrus
On Jul 4, 2012, at 3:46 PM, Goutam Paul wrote: > Really need the contents. > > Got an error message: > "There was an error uploading the worksheet. It could be an old > unsupported format or worse. If you desperately need its contents > contact the sage-support group and post a link to your works

[sage-devel] Pyrex-mode vs Cython-mode

2012-06-29 Thread Ivan Andrus
I'm updating sage-mode to work with the latest python.el, so I'm going through it systematically for the time. I've noticed something odd, namely that there exist both pyrex-mode and cython-mode. cython-mode is very minimal, and a strict subset of pyrex-mode. However, both register themselves

Re: [sage-devel] Re: Optional BeautifulSoup spkg

2012-06-26 Thread Ivan Andrus
On Jun 26, 2012, at 3:23 PM, kcrisman wrote: > On Tuesday, June 26, 2012 5:58:12 AM UTC-4, Javier López Peña wrote: > So, summarizing, I have no strong feelings in the spke vs easy_install thing, > but if having it as an optional spkg makes someone's life easier, my vote is > just go for it. >

Re: [sage-devel] humble sage-mode feature requests

2012-06-09 Thread Ivan Andrus
On Jun 8, 2012, at 11:30 AM, Martin Albrecht wrote: > Hi, > > I am not sure where to send these, but I figured the following would > be rather nice: Here is fine, or you could open tickets either on trac (cc me--iandrus) or open issues on https://bitbucket.org/gvol/sage-mode/ > - Sage mode (at

Re: [sage-devel] Has anybody gotten ropemacs working for sage?

2012-06-07 Thread Ivan Andrus
macs") (autoload 'pymacs-eval "pymacs" nil t) (autoload 'pymacs-exec "pymacs" nil t) (autoload 'pymacs-load "pymacs" nil t) (autoload 'pymacs-autoload "pymacs") (pymacs-load "ropemacs" "rope-") (setq ropemacs-ena

Re: [sage-devel] Re: new computer - any special Lion instructions?

2012-06-06 Thread Ivan Andrus
On Jun 6, 2012, at 4:42 AM, Benjamin Jones wrote: > On Tue, Jun 5, 2012 at 9:37 PM, kcrisman wrote: >> >>> I'm using Lion as well. I installed the command line tools package >>> from Apple and have had no problems building sage-5+. No idea about >> >> Is that different from the $5 Xcode or whate

Re: [sage-devel] Can't login to trac

2012-06-03 Thread Ivan Andrus
On Jun 3, 2012, at 7:31 PM, P Purkayastha wrote: > Hi, > > For the past 1 day I am unable to login to trac. Clicking on the login for > the first time asks for user/passwd, and then it drops me back to the same > page as if I was unauthenticated. Clicking on the login again, doesn't ask > fo

Re: [sage-devel] Re: Poll: Making sage-mode a standard package

2012-06-01 Thread Ivan Andrus
On Jun 1, 2012, at 7:55 AM, syd.lavas...@gmail.com wrote: > [X] Make it standard at some point in the "near" future > > Mainly because I think everybody should use emacs as their operating system. > it will save their time and the money they spend on buying fancey computers. > Also Nicolas is v

Re: [sage-devel] Has anybody gotten ropemacs working for sage?

2012-05-30 Thread Ivan Andrus
Sorry, I meant to write back earlier. I haven't gotten ropemacs to work, but I haven't tried. I don't have time to work on it right now, but if you open a ticket on https://bitbucket.org/gvol/sage-mode/issues then I'll get around to it eventually. Unfortunately, the installation looks rather

[sage-devel] Re: Poll: Making sage-mode a standard package

2012-05-29 Thread Ivan Andrus
On May 25, 2012, at 11:24 PM, Ivan Andrus wrote: > Dear all sage and emacs (or not) users, > > Since I've been working on sage-mode a bit recently I thought I would look at > trac and try to fix any sage-mode related bugs there. I found #2666 which > wants to make sage-mod

Re: [sage-devel] Re: Poll: Making sage-mode a standard package

2012-05-28 Thread Ivan Andrus
On May 26, 2012, at 7:31 PM, Benjamin Jones wrote: > On Sat, May 26, 2012 at 10:23 AM, Ivan Andrus wrote: >> On May 26, 2012, at 7:09 PM, Benjamin Jones wrote: >>> On Sat, May 26, 2012 at 6:55 AM, Ivan Andrus wrote: >>> >>>> No offense taken. Who knows

Re: [sage-devel] Re: Poll: Making sage-mode a standard package

2012-05-26 Thread Ivan Andrus
On May 26, 2012, at 7:09 PM, Benjamin Jones wrote: > On Sat, May 26, 2012 at 6:55 AM, Ivan Andrus wrote: > >> >> No offense taken. Who knows what's going to happen after I graduate for >> example—maybe I'll get a full time job fixing bugs in Sage, or

Re: [sage-devel] Re: Poll: Making sage-mode a standard package

2012-05-26 Thread Ivan Andrus
On May 26, 2012, at 2:46 PM, P Purkayastha wrote: > On Saturday, May 26, 2012 8:31:11 PM UTC+8, P Purkayastha wrote: > On Saturday, May 26, 2012 5:50:12 PM UTC+8, Dima Pasechnik wrote: > On 2012-05-25, Ivan Andrus wrote: > > Dear all sage and emacs (or not) users, > > >

Re: [sage-devel] Re: Poll: Making sage-mode a standard package

2012-05-26 Thread Ivan Andrus
On May 26, 2012, at 11:50 AM, Dima Pasechnik wrote: > On 2012-05-25, Ivan Andrus wrote: >> Dear all sage and emacs (or not) users, >> >> [ ] Make it standard at some point in the "near" future. >> [ ] Don't make it standard and close the ticket. >>

Re: [sage-devel] Re: Poll: Making sage-mode a standard package

2012-05-26 Thread Ivan Andrus
On May 26, 2012, at 1:11 AM, Keshav Kini wrote: > Ivan Andrus writes: >> Dear all sage and emacs (or not) users, >> >> Since I've been working on sage-mode a bit recently I thought I would look >> at trac and try to fix any sage-mode related bugs there. I fou

[sage-devel] Poll: Making sage-mode a standard package

2012-05-25 Thread Ivan Andrus
Dear all sage and emacs (or not) users, Since I've been working on sage-mode a bit recently I thought I would look at trac and try to fix any sage-mode related bugs there. I found #2666 which wants to make sage-mode a standard package. If people want this then I'd like to get it done. But if

Re: [sage-devel] Re: How does the pynac spkg work?

2012-05-13 Thread Ivan Andrus
On May 14, 2012, at 7:47 AM, Julien Puydt wrote: > Le lundi 14 mai, Keshav Kini a écrit: >> A better solution, IMO, is to make scripts check the actual contents >> of the SPKG for extraneous directories and files. There should be no >> directories other than src/ and patches/ ; the line "src/" shou

  1   2   3   >